From 527d32b00da497f555d0ac588a1b3753e88dfe67 Mon Sep 17 00:00:00 2001 From: Syrus Akbary Date: Wed, 10 Apr 2019 23:14:29 -0700 Subject: [PATCH] Added WASI to the integrations --- lib/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/README.md b/lib/README.md index 4c0008ee5..b8a99dd6d 100644 --- a/lib/README.md +++ b/lib/README.md @@ -22,7 +22,8 @@ The integration builds on the Wasmer runtime and allow us to run WebAssembly fil Wasmer intends to support different integrations: -- [emscripten](./emscripten): run Emscripten-generated WebAssembly files, such as [Lua](../examples/lua.wasm) or [nginx](../examples/nginx/nginx.wasm). +- [WASI](./wasi): run WebAssembly files with the [WASI ABI](https://hacks.mozilla.org/2019/03/standardizing-wasi-a-webassembly-system-interface/). +- [Emscripten](./emscripten): run Emscripten-generated WebAssembly files, such as [Lua](../examples/lua.wasm) or [nginx](../examples/nginx/nginx.wasm). - Go ABI: _we will work on this soon! Want to give us a hand? ✋_ - Blazor: _research period, see [tracking issue](https://github.com/wasmerio/wasmer/issues/97)_