From c6e673b130e2e51465675635a2f95f248e6052b0 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Mon, 14 Mar 2022 17:28:11 -0700 Subject: [PATCH] wasmtime for stage2 dev if you want to test the wasm backends --- Development-with-nix.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Development-with-nix.md b/Development-with-nix.md index ca3f734..0b326ae 100644 --- a/Development-with-nix.md +++ b/Development-with-nix.md @@ -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