ptwm_core
ptwm_core::flavor
PTWM flavor system: WASM (Wasmtime), native cdylib (dlopen), and host-language entry points (Python). Each flavor materializes a Box from a disk path + manifest entry.
ptwm_core::flavor
PTWM flavor system: WASM (Wasmtime), native cdylib (dlopen), and host-language entry points (Python). Each flavor materializes a Box
ptwm_core::flavor
crates/ptwm-core/src/flavor/mod.rs:1mod flavorPTWM flavor system: WASM (Wasmtime), native cdylib (dlopen), and host-language entry points (Python). Each flavor materializes a Box<dyn AnyContribution> from a disk path + manifest entry.
This file re-exports the submodules that make up the flavor system.