mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 20:27:58 +00:00
fb442c9112
* Add cli to wasm tests, update and bring closer to the substrate browser code * Remove ws.js * Update cli/src/browser.rs Co-Authored-By: Pierre Krieger <pierre.krieger1708@gmail.com> * Update browser.rs Co-authored-by: Gavin Wood <gavin@parity.io> Co-authored-by: Pierre Krieger <pierre.krieger1708@gmail.com>
How to run this demo
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