Docs.rs
gravityfile-plugin-0.2.4
gravityfile-plugin 0.2.4
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
nicholasjpaterno
Dependencies
dirs ^6
normal
extism ^1.13.0
normal
futures ^0.3
normal
gravityfile-core ^0.2.4
normal
indexmap ^2
normal
mlua ^0.11
normal
rhai ^1.24
normal
serde ^1
normal
serde_json ^1
normal
thiserror ^2
normal
tokio ^1
normal
tokio-util ^0.7
normal
toml ^1
normal
tracing ^0.1
normal
tempfile ^3
dev
Versions
92.5%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
Module wasm
gravityfile_
plugin
0.2.4
Module wasm
Module Items
Re-exports
Modules
In crate gravityfile_
plugin
gravityfile_plugin
Module
wasm
Copy item path
Source
Expand description
WebAssembly plugin runtime.
Re-exports
§
pub use runtime::
WasmRuntime
;
Modules
§
isolate
Isolated WASM context for async plugin execution.
runtime
WASM runtime implementation using Extism.