Skip to main content

compile_to_bytecode

Function compile_to_bytecode 

Source
pub fn compile_to_bytecode(
    ctx: &mut JSContext,
    code: &str,
) -> Result<Bytecode, String>