mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-10 22:58:18 +00:00
8 lines
169 B
Rust
8 lines
169 B
Rust
//! Generic Artifact abstraction for Wasmer Engines.
|
|
|
|
mod artifact_builder;
|
|
mod trampoline;
|
|
|
|
pub use self::artifact_builder::ArtifactBuild;
|
|
pub use self::trampoline::*;
|