Koka needs old emscripten sigh
This commit is contained in:
@@ -84,8 +84,8 @@
|
|||||||
#};
|
#};
|
||||||
#};
|
#};
|
||||||
in {
|
in {
|
||||||
devShell = pkgs_old.mkShell {
|
devShell = pkgs_new.mkShell {
|
||||||
buildInputs = with pkgs_old; [
|
buildInputs = with pkgs_new; [
|
||||||
which # used for shell stuff when inside pure env
|
which # used for shell stuff when inside pure env
|
||||||
|
|
||||||
hyperfine
|
hyperfine
|
||||||
@@ -94,7 +94,7 @@
|
|||||||
chicken gambit-unstable chez
|
chicken gambit-unstable chez
|
||||||
#gambit
|
#gambit
|
||||||
|
|
||||||
wabt wasmtime wavm
|
wabt wasmtime #wavm
|
||||||
#wasm3
|
#wasm3
|
||||||
|
|
||||||
clang cmake
|
clang cmake
|
||||||
|
|||||||
Reference in New Issue
Block a user