https://github.com/afilini/rust-lnpbp-wasm-poc
https://github.com/afilini/rust-lnpbp-wasm-poc
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/afilini/rust-lnpbp-wasm-poc
- Owner: afilini
- License: mit
- Created: 2020-03-25T18:37:27.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-25T18:43:53.000Z (over 6 years ago)
- Last Synced: 2025-08-24T14:37:35.169Z (11 months ago)
- Language: HTML
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rust-lnpbp-wasm-poc
1. Install Emscripten (normally done with emsdk)
2. Source the emsdk\_env.sh script to setup env variables
3. Add the `wasm32-unknown-emscripten` target to Rust
4. Build with `cargo build --target=wasm32-unknown-emscripten`
5. Start the webserver and open `http://localhost:8000`