mirror of
https://github.com/fluencelabs/wasmer
synced 2025-03-16 16:20:49 +00:00
Ran into a few crates in this repo with our license scanner that didn't have any license attached to them. Added MIT to be consistent with the other crates. Please adjust if not correct.
WebAssembly Examples
In this directory you can find a set of different examples that can run on the Wasmer WebAssembly runtime:
- Cowsay (WASI ABI) [source-code] [wapm-package]
- Nginx (Emscripten ABI) [source-code] [wapm-package]
- Lua (Emscripten ABI) [source-code] [wapm-package]
- PHP (Emscripten ABI) [source-code] [wapm-package]
- SQLite (Emscripten ABI) [source-code] [wapm-package]