pub fn invoke(bytecode: &[u8], fn_name: Option<&str>) -> Result<()>
Evaluates QuickJS bytecode and optionally invokes exported JS function with name.
bytecode
fn_name