mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 14:37:57 +00:00
Fix the browser node and update demo script (#5613)
* Fix browser node * Fix readme
This commit is contained in:
@@ -1,9 +1,6 @@
|
||||
# How to run this demo
|
||||
|
||||
```sh
|
||||
cargo install wasm-pack # If necessary
|
||||
|
||||
wasm-pack build --target web --out-dir ./browser-demo/pkg --no-typescript --release ./.. -- --no-default-features --features "browser"
|
||||
|
||||
xdg-open index.html
|
||||
cargo install wasm-bindgen # If necessary
|
||||
./build.sh
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user