loro/crates/loro-wasm/justfile

6 lines
85 B
Makefile
Raw Normal View History

2022-10-31 04:22:07 +00:00
build:
wasm-pack build --target web .
2022-11-08 15:43:33 +00:00
test:
cd deno_test && deno run -A test.ts