From 7013742725fdb9f9b08b2cf93dfcd3d1ce4fea07 Mon Sep 17 00:00:00 2001 From: Damon Kwok Date: Wed, 20 Apr 2022 13:33:19 +0800 Subject: [PATCH] Added chez scheme --- getting-started/developers-guide.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/getting-started/developers-guide.md b/getting-started/developers-guide.md index 51c2c3cb..ca308443 100644 --- a/getting-started/developers-guide.md +++ b/getting-started/developers-guide.md @@ -21,6 +21,8 @@ layout: getting-started - [Pascal](https://wiki.freepascal.org/WebAssembly/Compiler) - [Zig](https://ziglang.org/documentation/master/#WebAssembly) - [Grain](https://grain-lang.org/docs/) + - Scheme + - [Chez Scheme](https://github.com/racket/ChezScheme) - 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)