Skip to content

2.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 18 May 15:32
· 835 commits to main since this release
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