wasm-micro-runtime
wasm-micro-runtime copied to clipboard
iwasm doesn't support new/final instructions for Exception Handling proposal
Test case
A bit modified version of kotlin-wasm-examples/wasi-example
Steps to reproduce
- Download and unzip kotlin-wasm-wasi-example-wasm-wasi.wasm.zip
- Build iwasm with GC and EH support.
- Run
./iwasm kotlin-wasm-wasi-example-wasm-wasi.wasm.
Expected output
Hello from Kotlin via WASI
OK Hi
Current 'realtime' timestamp is: 1720191249448619000
Current 'monotonic' timestamp is: 4473162847494166
Actual output
WASM module load failed: unsupported opcode 1f