Registry / other / pwasm-std

pwasm-std

JSON →
library0.13.1rscratesunverified

Parity WebAssembly standard library for contract development on Substrate-based chains.

# Cargo.toml [dependencies] pwasm-std = "0.13.1"
INSTALL
IMPORT
SIG · PWASM-STD
P
pwasm-std
otherrustv0.13.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ext
use pwasm_std::ext;

Uses the pwasm-std ext module to print a message in a WASM contract.

use pwasm_std::ext; fn main() { ext::println("Hello from WASM"); }
Debug
Known issues
gotchaRequires a Substrate-compatible runtime environment; not for standalone use.
fix
Ensure your project targets a Substrate-based chain or use a different WASM std library.
affects: >=0.13.0
Upgrade
Version history
0.13.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
pwasm-std — cargo add pwasm-std · libregistry