wasmtime for stage2 dev if you want to test the wasm backends

Mitchell Hashimoto 2022-03-14 17:28:11 -07:00
parent e869fbbab8
commit c6e673b130

@ -10,6 +10,7 @@ pkgs.mkShell {
gdb
ninja
qemu
wasmtime
] ++ (with llvmPackages_13; [
clang
clang-unwrapped
@ -50,6 +51,7 @@ Alternatively, you can use this sample `flake.nix`:
gdb
ninja
qemu
wasmtime
] ++ (with llvmPackages_13; [
clang
clang-unwrapped