refact: fix wasm-bindgen
This commit is contained in:
parent
6dd69f4a62
commit
0baff16c58
4 changed files with 82 additions and 72 deletions
9
justfile
9
justfile
|
|
@ -9,6 +9,15 @@ shell:
|
|||
runcli:
|
||||
RUST_LOG=info cargo run --bin=client_cli
|
||||
|
||||
# example: fix-wasm-version 0.2.118
|
||||
fix-wasm-version version:
|
||||
cargo update \
|
||||
-p wasm-bindgen --precise {{version}} \
|
||||
-p wasm-bindgen-futures \
|
||||
-p wasm-bindgen-test \
|
||||
-p js-sys \
|
||||
-p web-sys
|
||||
|
||||
[working-directory: 'clients/web']
|
||||
dev:
|
||||
trunk serve
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue