hybridgroup / mechanoid

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

engine, interp/wasman: correct param handling for all WASM basic types #3

Closed deadprogram closed 7 months ago

deadprogram commented 7 months ago

THis PR modifies engine and the wasman interpreter wrapper to correct the param handling for all WASM basic types.

It also changes the basic organization of the code to better match the wazero implementation.

deadprogram commented 7 months ago

Now merging, thanks for review @orsinium