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/wazero: add memory debugging and correct Halt() implementation #28

Closed deadprogram closed 3 months ago

deadprogram commented 4 months ago

This PR modifies interp/wazero by adding the standard memory debugging, and also correcting the Halt() implementation. It should only clear out the module, not the entire engine.

deadprogram commented 3 months ago

Thanks for review @orsinium now merging.