We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 703db7c commit f7c1877Copy full SHA for f7c1877
3 files changed
Makefile
@@ -24,6 +24,7 @@ build:
24
25
.PHONY: build-js
26
build-js:
27
+ which wasm-pack || cargo install wasm-pack
28
npm --prefix crates/string-offsets/js install
29
npm --prefix crates/string-offsets/js run compile
30
0 commit comments