loro/crates/loro-wasm/justfile
2022-11-08 23:43:33 +08:00

5 lines
85 B
Makefile

build:
wasm-pack build --target web .
test:
cd deno_test && deno run -A test.ts