[0.8.0] - 2024-08-29
All Commits: v0.7.0...v0.8.0
Changed
- Full support for Multi-Memory proposal
- Extern tables now correctly update their type after growing
- Increased MSRV to 1.80.0
- Improved support for WebAssembly 2.0 features
- Simplify and optimize the interpreter loop
- Use a seperate stack and locals for 32, 64 and 128 bit values and references (#21)
- Updated to latest
wasmparser
version - Removed benchmarks comparing TinyWasm to other WebAssembly runtimes to reduce build dependencies
- Memory and Data Instances are no longer reference counted