bytecodealliance / wasm-tools

CLI and Rust libraries for low-level manipulation of WebAssembly modules
Apache License 2.0
1.3k stars 234 forks source link

Support `include` statements in `wasm-parser` #1631

Closed yoshuawuyts closed 3 months ago

yoshuawuyts commented 3 months ago

We already had basic support for include, but this tests it and fixes it. Thanks!