From 4ef59c1ef083353350ec3fe63218d3c818e03560 Mon Sep 17 00:00:00 2001 From: Jeremy Wall Date: Wed, 22 Mar 2023 16:20:28 -0400 Subject: [PATCH] Add TODO for wasm-bindgen --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index 142fd0b..c860a09 100644 --- a/flake.nix +++ b/flake.nix @@ -35,6 +35,7 @@ rustc = rust-wasm; cargo = rust-wasm; }; + # TODO(jwall): Do the same thing for wasm-bindgen as well? # We've run into a few problems with the bundled wasm-pack in nixpkgs. # Better to just control this part of our toolchain directly. wasm-pack = wasm-packGen {