hybridgroup / mechanoid

Mechanoid is a framework for WebAssembly applications on embedded systems and IoT devices.
https://mechanoid.io
Apache License 2.0
170 stars 8 forks source link

interp/wasman: add host memory connection for Store that is compatibl… #18

Closed deadprogram closed 4 months ago

deadprogram commented 4 months ago

This PR adds a host memory connection to wasman for Store that is compatible with the wazero api.Memory interface.

deadprogram commented 4 months ago

Just realized this implementation only works when using host memory.

deadprogram commented 4 months ago

Thanks for review @orsinium now merging.