wasm-sandbox 0.4.1

A secure WebAssembly sandbox with dead-simple ease of use, progressive complexity APIs, and comprehensive safety controls
Documentation
1
2
3
4
5
6
//! CLI tool template stub
//! This is a temporary stub file

pub fn render_cli_tool_template() -> &'static str {
    "// CLI tool template placeholder"
}