wasm-sandbox 0.1.0

A secure WebAssembly sandbox for running untrusted code with flexible host-guest communication
Documentation
1
2
3
4
5
6
//! Generic template stub
//! This is a temporary stub file

pub fn render_generic_template() -> &'static str {
    "// Generic template placeholder"
}