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
Section 12 is "DataCount", which I guess wasm2c does not support yet. That section is emitted in binaries that use bulk memory, and in wasm object files. (For wasm object files, you can link them using wasm-ld to a proper wasm executable before running them in wasm2c.)
The
wasm2wat
works fine, butwasm2c
returns:000002c: error: invalid section code: 12
Full output:
wasm2wat:
What could be the problem here?
The text was updated successfully, but these errors were encountered: