feat(runtime): add configurable wasm security runtime and tooling

This commit is contained in:
Chummy
2026-02-25 13:17:58 +00:00
committed by Chum Yin
parent e3c9bd9189
commit 604f64f3e7
17 changed files with 1460 additions and 77 deletions
+4
View File
@@ -11,6 +11,10 @@ impl NativeRuntime {
}
impl RuntimeAdapter for NativeRuntime {
fn as_any(&self) -> &dyn std::any::Any {
self
}
fn name(&self) -> &str {
"native"
}