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
Notice that the build succeeds, but the functions are not present in the wasm file. When compiling the code I pasted, I got an empty .wat file and a minimal .wasm file:
Bug description
When using union types of 3 types, asbuild does not report any errors, but the functions are not exported
Steps to reproduce
npm run asbuild
.wat
file and a minimal.wasm
file:AssemblyScript version
0.27.29
The text was updated successfully, but these errors were encountered: