Guy Watson
Results
2
issues of
Guy Watson
### Describe the bug ```sh echo "`wasmer -V` | `rustc -V` | `uname -m`" wasmer 2.3.0 | rustc 1.63.0-nightly (490324f7b 2022-05-26) | x86_64 ``` Attempting to compile a Wasm module...
bug
🏚 stale
priority-high
### Bug Description ```sh echo "`binaryen/bin/wasm-opt --version` | `uname -m`" wasm-opt version 101 (version_101-62-g35f9da76d) | x86_64 git rev-parse HEAD 35f9da76d53401ba4de054f4db631ce4177b32f1 ``` `wasm-opt` produces an error when given a valid Wasm...