From a21cf6d4c312cea47e1bcc5e462f3029dd03b3c0 Mon Sep 17 00:00:00 2001 From: Syrus Akbary Date: Sun, 16 Feb 2020 12:48:20 -0800 Subject: [PATCH] Added link to a custom ABI example repo https://github.com/wasmerio/wasmer-rust-customabi-example --- lib/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/README.md b/lib/README.md index 83a335588..eaef60166 100644 --- a/lib/README.md +++ b/lib/README.md @@ -24,6 +24,7 @@ Wasmer intends to support different integrations: - [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). +- **Your own ABI**: Do you want to create your own ABI? Here's a [repo showcasing how](https://github.com/wasmerio/wasmer-rust-customabi-example)! - 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)_