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: param handling corrections when calling instance function #4

Closed deadprogram closed 5 months ago

deadprogram commented 5 months ago

This PR corrects some problems with the encoding and decoding of params being sent to any instance.

Note that this PR depends on https://github.com/hybridgroup/mechanoid/pull/3 and so should be rebased after that PR has been merged.

orsinium commented 5 months ago

I always forget how to correctly call make 🙃 It's probably my number one error in Go.

deadprogram commented 5 months ago

Now merging, thanks for review @orsinium