15 lines
220 B
Markdown
15 lines
220 B
Markdown
|
# 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
|