Add category and path to WasmDocument.

This commit is contained in:
Tom Alexander
2023-12-27 11:31:35 -05:00
parent 4984ea4179
commit abf066701e
2 changed files with 10 additions and 10 deletions

View File

@@ -36,7 +36,7 @@ wasm:
.PHONY: run_wasm
run_wasm:
> cat /tmp/test.org | 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
.PHONY: clean
clean: