Registry / other / inkpad-executor

inkpad-executor

JSON →
library0.1.0rscratesunverified

WASM executor for inkpad, enabling execution of smart contracts compiled to WebAssembly.

# Cargo.toml [dependencies] inkpad-executor = "0.1.0"
INSTALL
IMPORT
SIG · INKPAD-EXECUTOR
I
inkpad-executor
otherrustv0.1.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.

Executor
use inkpad_executor::Executor;

Creating an executor and running a WASM module.

use inkpad_executor::Executor; let executor = Executor::new(); // Execute a WASM module let result = executor.execute(wasm_bytes);
Debug
Known issues
gotchaRequires WASM runtime support
fix
Ensure your environment supports WASM execution (e.g., wasmtime or wasmi).
affects: >=0.1.0
Upgrade
Version history
0.1.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
inkpad-executor — cargo add inkpad-executor · libregistry