boa_runtime 0.21.0

Example runtime for the Boa JavaScript engine.
Documentation
1
2
3
4
5
6
#![allow(unused_crate_dependencies, missing_docs)]

pub fn main() {
    // Rerun the tests if the test files change.
    println!("cargo::rerun-if-changed=tests/");
}