fd928f4178 | ||
---|---|---|
.. | ||
pkg | ||
src | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml | ||
README.md |
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