Open mrchantey opened 8 months ago
Perhaps try using wasm-tools shrink
to reduce the test case here, to share further.
Sorry I'm not familiar with wasm-tools
, is the command something like wasm-tools shrink path/to/file.wasm
?
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.