Skip to content

Commit fc2ff54

Browse files
authored
Upgrade Wasmtime 9 (#191)
* Update deps * Remove func results length limit * Add `Engine::precompile_compatibility_key` * Bump rb-sys, remove un-neccesary gems from gemfile * Bump gem and crate version * Add changelog entry
1 parent f0b5bda commit fc2ff54

12 files changed

Lines changed: 374 additions & 255 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## [v9.0.1](https://github.com/bytecodealliance/wasmtime-rb/tree/v9.0.1) (2023-05-23)
4+
5+
[Full Changelog](https://github.com/bytecodealliance/wasmtime-rb/compare/v8.0.0...v9.0.1)
6+
7+
**Merged pull requests:**
8+
9+
- Add docs for fork safety [\#177](https://github.com/bytecodealliance/wasmtime-rb/pull/177) ([ianks](https://github.com/ianks))
10+
- Test that funcrefs aren't used across stores [\#178](https://github.com/bytecodealliance/wasmtime-rb/pull/178) ([jbourassa](https://github.com/jbourassa))
11+
- Report memory usage to the Ruby GC [\#187](https://github.com/bytecodealliance/wasmtime-rb/pull/187) ([ianks](https://github.com/ianks))
12+
313
## [v8.0.0](https://github.com/bytecodealliance/wasmtime-rb/tree/v8.0.0) (2023-04-25)
414

515
[Full Changelog](https://github.com/bytecodealliance/wasmtime-rb/compare/v7.0.0...v8.0.0)

0 commit comments

Comments
 (0)