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
But if we use 24 or 25 version, after w4 run build/cart.wasm we get the following error: Uncaught (in promise) TypeError: import object field 'wasi_snapshot_preview1' is not an Object
I ran wasm-objdump -x cartridges compiled with 25 and 23
And in the 25th dump there is this line, which is not in the 23rd. - func[2] sig=8 <wasi_snapshot_preview1.random_get> <- wasi_snapshot_preview1.random_get
Nelua template works with the wasi-sdk-23.0
But if we use 24 or 25 version, after
w4 run build/cart.wasm
we get the following error:Uncaught (in promise) TypeError: import object field 'wasi_snapshot_preview1' is not an Object
I ran
wasm-objdump -x
cartridges compiled with 25 and 23And in the 25th dump there is this line, which is not in the 23rd.
- func[2] sig=8 <wasi_snapshot_preview1.random_get> <- wasi_snapshot_preview1.random_get
23-antcopter-wasm-objdump.txt
25-antcopter-wasm-objdump.txt
The text was updated successfully, but these errors were encountered: