wasmerio / wasmer-ruby

💎🕸 WebAssembly runtime for Ruby
https://wasmer.io
MIT License
465 stars 18 forks source link

Support Ruby 2.7 #29

Closed Hywan closed 3 years ago

Hywan commented 4 years ago

Ruby 2.7 has been released, https://www.ruby-lang.org/en/news/2019/12/25/ruby-2-7-0-released/. We should ensure the extension runs under this version.

Hywan commented 3 years ago

Ruby 2.7 and 3.0 are now supported, see #49.