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

Use wypes to define host functions #17

Closed orsinium closed 4 months ago

orsinium commented 4 months ago

Meet wypes, a nicer and independent alternative to our previous attempts to define host functions: DefineFunc, funcs, and wazergo.

deadprogram commented 4 months ago

Use wazero instead.

:smile_cat:

deadprogram commented 4 months ago

Great work @orsinium thank you! Now merging.