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've started getting this warning from walrus, I've tracked it down here in the source but still cant work out what I'm doing to trigger the error. Everything is working fine, is there a way to clear it? I get it whether using wasm-pack calls or custom wasm-bindgen commands.
[2024-03-17T02:40:29Z WARN walrus::module] in name section: index `0` is out of bounds for data
[2024-03-17T02:40:29Z WARN walrus::module] in name section: index `1` is out of bounds for data
The text was updated successfully, but these errors were encountered:
Perhaps try using wasm-tools shrink to reduce the test case here, to share further.
mrchantey
changed the title
Unknown warning: in name section: index 1 is out of bounds for data
Unknown warning: in name section: index '1' is out of bounds for dataMar 26, 2024
mrchantey
changed the title
Unknown warning: in name section: index '1' is out of bounds for data
Unknown warning: in name section: index '1' is out of bounds for data
Mar 26, 2024
wasm-tools shrink --help gives a full end to end example demostrating how to create a predicate.sh script that can pass or fail on variations of the original wasm file.
Alternatively if you want to just share the full binary that can work too.
Summary
I've started getting this warning from walrus, I've tracked it down here in the source but still cant work out what I'm doing to trigger the error. Everything is working fine, is there a way to clear it? I get it whether using
wasm-pack
calls or customwasm-bindgen
commands.The text was updated successfully, but these errors were encountered: