File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ v5.0.0] ( https://github.com/bytecodealliance/wasmtime-rb/tree/v5.0.0 ) (2023-01-23)
4+
5+ [ Full Changelog] ( https://github.com/bytecodealliance/wasmtime-rb/compare/v0.4.1...v5.0.0 )
6+
7+ ** Merged pull requests:**
8+
9+ - Wasmtime v5 [ \# 115] ( https://github.com/bytecodealliance/wasmtime-rb/pull/115 ) ([ jbourassa] ( https://github.com/jbourassa ) )
10+ - Add ` Memory#slice ` for zero-copy data access [ \# 114] ( https://github.com/bytecodealliance/wasmtime-rb/pull/114 ) ([ ianks] ( https://github.com/ianks ) )
11+ - Add ` Memory#read_utf8 ` [ \# 113] ( https://github.com/bytecodealliance/wasmtime-rb/pull/113 ) ([ ianks] ( https://github.com/ianks ) )
12+ - Implement GC compaction for store data [ \# 112] ( https://github.com/bytecodealliance/wasmtime-rb/pull/112 ) ([ ianks] ( https://github.com/ianks ) )
13+
314## [ v0.4.1] ( https://github.com/bytecodealliance/wasmtime-rb/tree/v0.4.1 ) (2023-01-02)
415
516[ Full Changelog] ( https://github.com/bytecodealliance/wasmtime-rb/compare/v0.4.0...v0.4.1 )
Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- wasmtime (0.4.1 )
4+ wasmtime (5.0.0 )
55 rb_sys (~> 0.9.48 )
66
77GEM
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33module Wasmtime
4- VERSION = "0.4.1 "
4+ VERSION = "5.0.0 "
55end
You can’t perform that action at this time.
0 commit comments