mirror of
https://github.com/roc-lang/roc.git
synced 2024-11-11 16:51:53 +03:00
7 lines
315 B
Bash
Executable File
7 lines
315 B
Bash
Executable File
# At the moment we are using this script instead of `cargo test`
|
|
# Cargo doesn't really have a good way to build two targets (host and wasm).
|
|
# We can try to make the build nicer later
|
|
|
|
cargo build --target wasm32-unknown-unknown -p roc_repl_wasm --features wasmer --release
|
|
cargo test -p repl_test --features wasm
|