sfo-js 0.1.1

A wrapper to simplify the use of boa-engine
Documentation
1
2
3
4
5
6
mod js_engine;
mod errors;

pub use js_engine::*;
pub use boa_engine::*;
pub use boa_runtime::*;