solana/explorer/wasm
dependabot-preview[bot] 841ecfd927
chore(deps): bump bincode from 1.2.1 to 1.3.1 (#10867)
* chore(deps): bump bincode from 1.2.1 to 1.3.1

Bumps [bincode](https://github.com/servo/bincode) from 1.2.1 to 1.3.1.
- [Release notes](https://github.com/servo/bincode/releases)
- [Commits](https://github.com/servo/bincode/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* [auto-commit] Update all Cargo lock files

* Switch from deprecated method

* Add options to maintain behavior with bincode::options()

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: dependabot-buildkite <dependabot-buildkite@noreply.solana.com>
Co-authored-by: Tyera Eulberg <tyera@solana.com>
2020-07-09 00:08:05 +00: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 chore(deps): bump bincode from 1.2.1 to 1.3.1 (#10867) 2020-07-09 00:08:05 +00: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