Separate out the wasm test into its own feature/binary.

This commit is contained in:
Tom Alexander
2023-12-25 13:10:40 -05:00
parent 67e5829fd9
commit 65abaa332f
8 changed files with 53 additions and 33 deletions

View File

@@ -36,7 +36,7 @@ wasm:
.PHONY: run_wasm
run_wasm:
> cargo run --profile wasm --bin wasm --features wasm | jq
> cargo run --profile wasm --bin wasm_test --features wasm_test | jq
.PHONY: clean
clean: