Skip to content

Releases: ruby/ruby.wasm

2023-05-28-a

28 May 15:50
Compare
Choose a tag to compare

2023-05-27-a

27 May 15:48
Compare
Choose a tag to compare

2023-05-26-a

26 May 15:46
Compare
Choose a tag to compare

2023-05-25-a

25 May 15:41
Compare
Choose a tag to compare

2023-05-24-a

24 May 17:17
Compare
Choose a tag to compare

2023-05-23-a

23 May 15:42
Compare
Choose a tag to compare

2023-05-22-a

22 May 15:52
Compare
Choose a tag to compare

2023-05-21-a

21 May 15:39
Compare
Choose a tag to compare

2023-05-20-a

20 May 15:45
Compare
Choose a tag to compare

2.0.0

18 May 15:32
Compare
Choose a tag to compare
channel source
head ruby/ruby@2df5a697e2726a11f0441b13fb5c73dd549837c8
3_2 ruby/ruby@a528908271c678360d2d8ca232c178e7cdd340b4

What's Changed

This release adds some APIs, improved execution stability, and several bug fixes.

Breaking Changes

From this release, some of the unsafe operations are rejected at runtime.

  • Ruby APIs that may rewind the VM stack are prohibited now under nested VM operation.
  • JS::Object#await now raises exceptions if it's called under RubyVM.eval instead of RubyVM.evalAsync

New Contributors

Full Changelog: ruby-3_2-wasm-wasi/1.0.1...2.0.0