hybridgroup / mechanoid-examples

Examples written using Mechanoid framework for WASM-based embedded development.
https://mechanoid.io/
Apache License 2.0
11 stars 0 forks source link

filestore: add example WASM unknown modules written in Rust and Zig #8

Closed deadprogram closed 6 months ago

deadprogram commented 6 months ago

This PR adds example modules to the filestore example written in Rust using the wasm32-unknown-unknown target, and is Zig using the wasm32-freestanding target.

deadprogram commented 6 months ago

Now merging, thanks for review @orsinium