Outline for the wasm compare function.

This commit is contained in:
Tom Alexander
2023-12-26 18:55:28 -05:00
parent 9a13cb72c6
commit 68ccff74fa
6 changed files with 55 additions and 13 deletions

View File

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