From 929fc950c1d880e7802863955481ba553a450adb Mon Sep 17 00:00:00 2001 From: Maxim Reznik Date: Sun, 6 Feb 2022 15:42:01 +0200 Subject: [PATCH] Add a link for Ada --- getting-started/developers-guide.md | 1 + 1 file changed, 1 insertion(+) diff --git a/getting-started/developers-guide.md b/getting-started/developers-guide.md index 51c2c3cb..5c7493e4 100644 --- a/getting-started/developers-guide.md +++ b/getting-started/developers-guide.md @@ -21,6 +21,7 @@ layout: getting-started - [Pascal](https://wiki.freepascal.org/WebAssembly/Compiler) - [Zig](https://ziglang.org/documentation/master/#WebAssembly) - [Grain](https://grain-lang.org/docs/) + - [Ada](https://github.com/godunko/adawebpack) - Use the compiled WebAssembly... - [from JavaScript code](https://developer.mozilla.org/en-US/docs/WebAssembly/Loading_and_running) - [as a CLI application](https://github.com/bytecodealliance/wasmtime/blob/master/docs/WASI-tutorial.md)