From 4ece9ada5cb55e4b7afee80e27a4a48e77a4abe0 Mon Sep 17 00:00:00 2001 From: Cheng Shao <terrorjack@type.dance> Date: Mon, 14 Apr 2025 10:19:34 +0000 Subject: [PATCH] docs: add wasmi to known-to-work runtimes --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 46e6933..32a3327 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,7 @@ In the early days of `ghc-9.12`, this may result in more packages being rejected at compile time. This is true for both nix/non-nix installation methods. -`setup.sh` requires `cc`, `curl`, `jq`, `unzip`, `zstd` to run. +`setup.sh` requires `curl`, `jq`, `unzip`, `zstd` to run. ## Using `ghcup` @@ -151,6 +151,7 @@ The output `.wasm` modules are known to run on these runtimes: - [`wasmtime`](https://wasmtime.dev) - [`wasmedge`](https://wasmedge.org) - [`toywasm`](https://github.com/yamt/toywasm) +- [`wasmi`](https://github.com/wasmi-labs/wasmi) ### Non-browser JavaScript runtimes -- GitLab