walrus
walrus copied to clipboard
module with multiple memories is not parsed
When parsing the transformer-6252.wasm module file (which is produced when mapping the component model to several core modules and seems to include several trampolines), walrus produces the following error:
failed to parse code section
Caused by:
unknown memory 4 (at offset 1077)
The wasmparser::Validator with the multi_memory feature enabled however says that this module is valid and I would thus expect the module to parse correctly.
I'm using walrus version 0.20.3.
Perhaps try this with 0.21.0 and see if that helps.