Registry / other / ceres-executor

ceres-executor

JSON →
library0.2.0rscratesunverified

WebAssembly executor for the Ceres runtime environment.

# Cargo.toml [dependencies] ceres-executor = "0.2.0"
INSTALL
IMPORT
SIG · CERES-EXECUTOR
C
ceres-executor
otherrustv0.2.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 ceres_executor::Executor;

Create a new Ceres WebAssembly executor instance.

use ceres_executor::Executor; fn main() { let executor = Executor::new(); println!("Ceres executor created"); }
Debug
Known issues
gotchaRequires specific WASM runtime features enabled via Cargo features.
fix
Enable the 'wasmtime' or 'wasmi' feature in your Cargo.toml.
affects: >=0.2.0
Upgrade
Version history
0.2.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
ceres-executor — cargo add ceres-executor · libregistry