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

Externref params #9

Closed deadprogram closed 5 months ago

deadprogram commented 5 months ago

This adds support for externref params to be passed in function calls.

Keeping in mind that externref is an opaque type, something like #8 (with some improvements) is needed to make it actually useful.

deadprogram commented 5 months ago

Thanks for review @orsinium now merging.