Registry / other / owasm-std

owasm-std

JSON →
library0.20.1rscratesunverified

A standard library for interacting with the Oasis platform.

# Cargo.toml [dependencies] owasm-std = "0.20.1"
INSTALL
IMPORT
SIG · OWASM-STD
O
owasm-std
otherrustv0.20.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.

Contract
use owasm_std::Contract;

Creates a new contract instance for the Oasis platform.

use owasm_std::Contract; let contract = Contract::new(); println!("Contract created: {:?}", contract);
Debug
Known issues
gotchaThis crate is designed specifically for the Oasis platform and may not work outside that environment.
fix
Ensure your project targets the Oasis platform and uses the appropriate runtime.
affects: >=0.20.0
Upgrade
Version history
0.20.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
owasm-std — cargo add owasm-std · libregistry