ashtonmeuser / godot-wasm

Interact with WebAssembly modules from Godot
https://github.com/ashtonmeuser/godot-wasm/wiki
MIT License
197 stars 12 forks source link

Memory inspection should include import boolean #66

Closed ashtonmeuser closed 5 months ago

ashtonmeuser commented 8 months ago

Using WasmMemory.inspect() or Wasm.inspect() should specify whether the memory is imported or not. This information is already available in the ContextMemory struct.