https://github.com/appcypher/rs-ucan-wasm-test
https://github.com/appcypher/rs-ucan-wasm-test
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/appcypher/rs-ucan-wasm-test
- Owner: appcypher
- Created: 2022-08-25T18:54:35.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-25T19:13:20.000Z (almost 4 years ago)
- Last Synced: 2025-04-04T18:48:08.257Z (about 1 year ago)
- Language: Rust
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# UCAN Wasm Test
- Install wasm-pack
```bash
cargo install wasm-pack
```
- Run test
```bash
wasm-pack test --node
```