wasmerio / wasmer-ruby

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

fix(instance) Handle exported functions that return nothing #8

Closed Hywan closed 5 years ago

Hywan commented 5 years ago

“void” in WebAssembly is mapped to nil in Ruby.