feat(runtime): add configurable wasm security runtime and tooling
This commit is contained in:
@@ -11,6 +11,10 @@ impl NativeRuntime {
|
||||
}
|
||||
|
||||
impl RuntimeAdapter for NativeRuntime {
|
||||
fn as_any(&self) -> &dyn std::any::Any {
|
||||
self
|
||||
}
|
||||
|
||||
fn name(&self) -> &str {
|
||||
"native"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user