Registry / other / polkavm-common

polkavm-common

JSON →
library0.33.0rscratesunverified

The common crate for PolkaVM, providing shared types and utilities.

# Cargo.toml [dependencies] polkavm-common = "0.33.0"
INSTALL
IMPORT
SIG · POLKAVM-COMMON
P
polkavm-common
otherrustv0.33.0
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.

Value
use polkavm_common::types::Value;

Creates a PolkaVM Value.

use polkavm_common::types::Value; fn main() { let v = Value::I32(42); println!("{:?}", v); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.33.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
polkavm-common — cargo add polkavm-common · libregistry