ashtonmeuser / godot-wasm

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

Refactor and use StreamPeer interface #11

Closed ashtonmeuser closed 1 year ago

ashtonmeuser commented 1 year ago

To do:

CC @Trey2k since this is no longer for an audience of one. Happy to hear any feedback.

Trey2k commented 1 year ago

This PR looks great, love to see src folder added. And use of a StreamPeer makes sense to me.

ashtonmeuser commented 1 year ago

Much appreciated.

love to see src folder added

Yeah... This was very much a POC until it actually kinda showed potential.