binaryen
binaryen copied to clipboard
Fix LogExecution pass import name lookup
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.