|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## [v36.0.0](https://github.com/bytecodealliance/wasmtime-rb/tree/v36.0.0) (2025-09-09) |
| 4 | + |
| 5 | +[Full Changelog](https://github.com/bytecodealliance/wasmtime-rb/compare/v34.0.0...v36.0.0) |
| 6 | + |
| 7 | +**Closed issues:** |
| 8 | + |
| 9 | +- Build native gems workflow failing [\#479](https://github.com/bytecodealliance/wasmtime-rb/issues/479) |
| 10 | +- Map directory for instance [\#426](https://github.com/bytecodealliance/wasmtime-rb/issues/426) |
| 11 | + |
| 12 | +**Merged pull requests:** |
| 13 | + |
| 14 | +- Update to wasmtime v36 [\#500](https://github.com/bytecodealliance/wasmtime-rb/pull/500) ([saulecabrera](https://github.com/saulecabrera)) |
| 15 | +- Implement preopened\_dir using set\_mapped\_directory setting [\#498](https://github.com/bytecodealliance/wasmtime-rb/pull/498) ([william-stacken](https://github.com/william-stacken)) |
| 16 | +- Fix issues identified by latest clippy update [\#489](https://github.com/bytecodealliance/wasmtime-rb/pull/489) ([jeffcharles](https://github.com/jeffcharles)) |
| 17 | +- Add WASI p2 support [\#488](https://github.com/bytecodealliance/wasmtime-rb/pull/488) ([jeffcharles](https://github.com/jeffcharles)) |
| 18 | +- Update rb-sys to fix Windows build [\#487](https://github.com/bytecodealliance/wasmtime-rb/pull/487) ([jeffcharles](https://github.com/jeffcharles)) |
| 19 | +- chore\(deps\): bump wat from 1.235.0 to 1.236.0 [\#486](https://github.com/bytecodealliance/wasmtime-rb/pull/486) ([dependabot[bot]](https://github.com/apps/dependabot)) |
| 20 | +- chore\(deps\): bump tokio from 1.45.1 to 1.47.0 [\#483](https://github.com/bytecodealliance/wasmtime-rb/pull/483) ([dependabot[bot]](https://github.com/apps/dependabot)) |
| 21 | +- chore\(deps-dev\): bump rake from 13.2.1 to 13.3.0 [\#474](https://github.com/bytecodealliance/wasmtime-rb/pull/474) ([dependabot[bot]](https://github.com/apps/dependabot)) |
| 22 | + |
3 | 23 | ## [v34.0.0](https://github.com/bytecodealliance/wasmtime-rb/tree/v34.0.0) (2025-07-02)
|
4 | 24 |
|
5 | 25 | [Full Changelog](https://github.com/bytecodealliance/wasmtime-rb/compare/v33.0.0...v34.0.0)
|
6 | 26 |
|
7 | 27 | **Merged pull requests:**
|
8 | 28 |
|
| 29 | +- Update rb-sys [\#481](https://github.com/bytecodealliance/wasmtime-rb/pull/481) ([jeffcharles](https://github.com/jeffcharles)) |
| 30 | +- chore\(deps\): bump rb\_sys from 0.9.111 to 0.9.116 [\#472](https://github.com/bytecodealliance/wasmtime-rb/pull/472) ([dependabot[bot]](https://github.com/apps/dependabot)) |
9 | 31 | - Update to wasmtime 34 [\#471](https://github.com/bytecodealliance/wasmtime-rb/pull/471) ([saulecabrera](https://github.com/saulecabrera))
|
10 | 32 | - Remove Rust crate from examples [\#469](https://github.com/bytecodealliance/wasmtime-rb/pull/469) ([jeffcharles](https://github.com/jeffcharles))
|
11 | 33 | - Re-enable examples on MacOS [\#468](https://github.com/bytecodealliance/wasmtime-rb/pull/468) ([jeffcharles](https://github.com/jeffcharles))
|
|
0 commit comments