solana/explorer/wasm
Michael Vines fd928f4178 Add empty workspace 2020-06-12 16:32:05 -07:00
..
pkg Use wasm to decode stake account 2020-06-12 16:32:05 -07:00
src Use wasm to decode stake account 2020-06-12 16:32:05 -07:00
.gitignore Use wasm to decode stake account 2020-06-12 16:32:05 -07:00
Cargo.lock Use wasm to decode stake account 2020-06-12 16:32:05 -07:00
Cargo.toml Add empty workspace 2020-06-12 16:32:05 -07:00
README.md Use wasm to decode stake account 2020-06-12 16:32:05 -07:00

README.md

solana-sdk-wasm

Temporary location for a Solana SDK for decoding account data in WebAssembly

Install

cargo install wasm-pack

Build

wasm-pack build

Release

Add built files in ./pkg to source control