# WASM options
- [wasm3](https://github.com/Veykril/wasm3-rs)
- [wasmer](https://github.com/wasmerio/wasmer)
- requires std
- [wasmi](https://github.com/paritytech/wasmi)
- specifically for embedded
# Resources
- [Awesome WASM Runtimes](https://github.com/appcypher/awesome-wasm-runtimes)
- [Jonathan Beri - WASM IOT Explainer](https://youtu.be/oky3FdsTuUM)
- [Rust Wasm3 arduino](https://github.com/alvarowolfx/wasm-arduino-wifi)
- [wasmtime](https://github.com/bytecodealliance/wasmtime)
- [wamr](https://github.com/bytecodealliance/wasm-micro-runtime)
- currently maintaned
- requires std
- [WARduino](https://github.com/TOPLLab/WARDuino)
- [YouTube Explainer](https://youtu.be/p6_XGf_mXz8)