binaryen icon indicating copy to clipboard operation
binaryen copied to clipboard

Fix LogExecution pass import name lookup

Open juj opened this issue 3 years ago • 0 comments

The name of the import object might not always be "env" (e.g. when Emscripten minifies the import name to a shorter string "a"). Adjust LogExecution pass to discover the import name that is used.

juj avatar Jun 22 '22 08:06 juj