ashtonmeuser / godot-wasm

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

StreamPeer interface for memory #4

Closed ashtonmeuser closed 1 year ago

ashtonmeuser commented 1 year ago

Memory is written/read in a bespoke way. Should instead implement the establish pattern of StreamPeer.

ashtonmeuser commented 1 year ago

Completed with https://github.com/ashtonmeuser/godot-wasm/pull/11.