Skip to content

version_62: Fix fuzzing JS glue code (#1843)

Compare
Choose a tag to compare
@kripken kripken released this 28 Dec 00:01
3f3fc85
After we added logging to the fuzzer, we forgot to add to the JS glue code the necessary imports so it can be run there too.

Also adds legalization for the JS glue code imports and exports.

Also adds a missing validator check on imports having a function type (the fuzzing code was missing one).

Fixes #1842