wasmerio / wasmer-ruby

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

fix(instance) Set `@memory` to `nil` if none is exported #33

Closed Hywan closed 4 years ago

Hywan commented 4 years ago

Sequel of #31.

This patch fixes a warning when instantiating a module without an exported memory.