Generate docs
This commit is contained in:
parent
7d242e1999
commit
24e027517f
6 changed files with 325 additions and 116 deletions
7
scripts/build-js.sh
Executable file
7
scripts/build-js.sh
Executable file
|
|
@ -0,0 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
|
||||
rm -rf pkg
|
||||
wasm-pack build --target web --features wasm,wee_alloc
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue