mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 14:54:47 +00:00
6 lines
315 B
Bash
Executable file
6 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
|