From ca4606516acf8e4a13fc572805c172e51b65f000 Mon Sep 17 00:00:00 2001 From: Syrus Date: Sun, 5 May 2019 17:17:01 -0700 Subject: [PATCH] Added README to the examples dir --- examples/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 examples/README.md diff --git a/examples/README.md b/examples/README.md new file mode 100644 index 000000000..5abb6eaee --- /dev/null +++ b/examples/README.md @@ -0,0 +1,9 @@ +# 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](https://github.com/wapm-packages/cowsay)] [[wapm-package](https://wapm.io/package/cowsay)] +* Nginx (Emscripten ABI) [[source-code](https://github.com/wapm-packages/nginx)] [[wapm-package](https://wapm.io/package/nginx)] +* Lua (Emscripten ABI) [[source-code](https://github.com/wapm-packages/lua)] [[wapm-package](https://wapm.io/package/lua)] +* PHP (Emscripten ABI) [[source-code](https://github.com/wapm-packages/php)] [[wapm-package](https://wapm.io/package/php)] +* SQLite (Emscripten ABI) [[source-code](https://github.com/wapm-packages/sqlite)] [[wapm-package](https://wapm.io/package/sqlite)]