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
7
8
9
//! Language bindings for multiple programming languages

pub mod python;

// Future modules for other language bindings
// pub mod javascript;
// pub mod ruby;
// pub mod csharp;
// pub mod java;