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

Define wazero modules directly #20

Closed orsinium closed 4 months ago

orsinium commented 4 months ago

Do not trust to wypes to define wazero modules. Do all the same but on the mechanoid side. It gives us more control over which version of wazero is used and gives more control.

Also do fewer allocations in SetModules

deadprogram commented 4 months ago

Thanks @orsinium now merging.