Hi wazero friends! The new release of wazero v1.12.0 has arrived.
This release advances us a few more steps towards Wasm 3.0!
See #2426 (comment) for where we currently stand.
Behavioral changes
- 929e400 Extended Constant Expressions (#2468) @mpoindexter
- bfb20e0 Exception handling (#2489) @evacchi
- 2c14bbf Typed references (#2497) @evacchi
- 8ee2508, a877b1b non-blocking IO on custom files (#2476, #2479) @paralin
Bug fixes
- 2bbd517 Fix fd_prestat_get integer overflow on 32-bit platforms (#2491) @hanxi
- 0bcb5f2 Ensure i32 operations are masked (#2488) @evacchi
- dafe2ca Fix error when attempting to invoke a start function imported from a host module (#2475) @mpoindexter
- f7cf169 Fix error when importing functions which were re-exported (#2463) @mpoindexter
- aa7ebad Don't use compiler when executable mmap is disabled (#2471) @anuraaga