Registry / config / wasmer-toml

wasmer-toml

JSON →
library0.10.0rscratesunverified

A parser for the wasmer.toml format used by Wasmer.

# Cargo.toml [dependencies] wasmer-toml = "0.10.0"
INSTALL
IMPORT
SIG · WASMER-TOML
W
wasmer-toml
configrustv0.10.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.

Manifest
use wasmer_toml::Manifest;

Parse a wasmer.toml manifest file.

use wasmer_toml::Manifest; fn main() -> Result<(), Box<dyn std::error::Error>> { let manifest: Manifest = toml::from_str(r#"[package] name = "my-app" version = "0.1.0""#)?; println!("Package: {}", manifest.package.name); Ok(()) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.10.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
52 hits · last 30 days
node
45
OpenAI (training)
1
Resources
wasmer-toml — cargo add wasmer-toml · libregistry