You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just tried the latest 0.1.4 and it seems the "name" section isn't being transformed properly.
I think the simplest approach here to test this is by running wasm-tools print out.wasm -o out.wat and checking that the functions still have their correct names in that output. For the transformations we are doing in ComponentizeJS this is unfortunately still not the case.
The text was updated successfully, but these errors were encountered:
Looking into this further the issue might be in wasm-opt itself since the build output for StarlingMonkey under RelWithDebInfo isn't printing names either. Will reopen if I find the root of that, but for now moving to - bytecodealliance/StarlingMonkey#173 for now.
I just tried the latest 0.1.4 and it seems the
"name"
section isn't being transformed properly.I think the simplest approach here to test this is by running
wasm-tools print out.wasm -o out.wat
and checking that the functions still have their correct names in that output. For the transformations we are doing in ComponentizeJS this is unfortunately still not the case.The text was updated successfully, but these errors were encountered: