Skip to content
Snippets Groups Projects
Commit 4ece9ada authored by Cheng Shao's avatar Cheng Shao :beach:
Browse files

docs: add wasmi to known-to-work runtimes

parent 06027f97
No related branches found
No related tags found
1 merge request!96setup.sh: make ghc installation relocatable
...@@ -86,7 +86,7 @@ In the early days of `ghc-9.12`, this may result in more packages ...@@ -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 being rejected at compile time. This is true for both nix/non-nix
installation methods. installation methods.
`setup.sh` requires `cc`, `curl`, `jq`, `unzip`, `zstd` to run. `setup.sh` requires `curl`, `jq`, `unzip`, `zstd` to run.
## Using `ghcup` ## Using `ghcup`
...@@ -151,6 +151,7 @@ The output `.wasm` modules are known to run on these runtimes: ...@@ -151,6 +151,7 @@ The output `.wasm` modules are known to run on these runtimes:
- [`wasmtime`](https://wasmtime.dev) - [`wasmtime`](https://wasmtime.dev)
- [`wasmedge`](https://wasmedge.org) - [`wasmedge`](https://wasmedge.org)
- [`toywasm`](https://github.com/yamt/toywasm) - [`toywasm`](https://github.com/yamt/toywasm)
- [`wasmi`](https://github.com/wasmi-labs/wasmi)
### Non-browser JavaScript runtimes ### Non-browser JavaScript runtimes
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment