pluginlab 0.6.0

Command-line interface host for Terminal REPL with plugin system (using WebAssembly Component Model)
Documentation
1
2
3
4
5
6
use anyhow::Result;

#[tokio::main]
async fn main() -> Result<()> {
    pluginlab::run_async().await
}