hyperlight-js 0.2.0

hyperlight-js is a rust library crate that enables JavaScript code to be run inside lightweight Virtual Machine backed Sandbox. It is built on top of Hyperlight.
Documentation
1
2
3
4
5
disallowed-macros = [
    { path = "std::assert", reason = "no asserts in release builds" },
    { path = "std::assert_eq", reason = "no asserts in release builds" },
    { path = "std::assert_ne", reason = "no asserts in release builds" },
]