An open API service indexing awesome lists of open source software.

https://github.com/appcypher/rs-ucan-wasm-test


https://github.com/appcypher/rs-ucan-wasm-test

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# UCAN Wasm Test

- Install wasm-pack

```bash
cargo install wasm-pack
```

- Run test

```bash
wasm-pack test --node
```