wasmerio / wasmer-ruby

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

feat(memory) Support module without an exported memory #31

Closed Hywan closed 4 years ago

Hywan commented 4 years ago

This patch supports modules without an exported memory. Also, this patch move instance.rs into instance/.