mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 11:52:19 +00:00
Add nix wasm32-unknown-unknown target and wasm-pack input
This commit is contained in:
parent
36edda488a
commit
ebfee4fe12
2 changed files with 2 additions and 0 deletions
|
@ -106,6 +106,7 @@
|
|||
rust
|
||||
cargo-criterion # for benchmarks
|
||||
simple-http-server # to view roc website when trying out edits
|
||||
wasm-pack # for repl_wasm
|
||||
]);
|
||||
in {
|
||||
|
||||
|
|
|
@ -19,4 +19,5 @@ components = [
|
|||
|
||||
targets = [
|
||||
"wasm32-wasi", # for test_wasm.sh
|
||||
"wasm32-unknown-unknown", # for repl_wasm
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue