Uses QuickJS through the rquickjs
crate to evalulate JavaScript source code or QuickJS bytecode.
Refer to the crate level documentation to learn more.
Example usage:
use anyhow;
use ;
let runtime = default;
let context = runtime.context;
context.with;
context.with;
Publishing to crates.io
To publish this crate to crates.io, run ./publish.sh. You will likely need to
run git submodule deinit test262 so the working tree is small enough for the
publishing to succeed.