Skip to main content

compile_to_register_bytecode

Function compile_to_register_bytecode 

Source
pub fn compile_to_register_bytecode(
    ctx: &mut JSContext,
    code: &str,
) -> Result<(Vec<u8>, Vec<JSValue>), String>