@bitgo/wasm-solana
v2.6.0
Published
WebAssembly wrapper for Solana cryptographic operations
Readme
wasm-solana
WASM bindings for Solana cryptographic operations. This package provides Rust-based bindings for Ed25519 keypair generation, public key operations, and signature verification for Solana.
Building
Mac
Requires Homebrew LLVM (Apple's Clang doesn't support WASM targets):
brew install llvm
npm run buildDocker (optional)
If you prefer a containerized build environment:
make -f Container.mk build-image
make -f Container.mk build-wasm