Function quickjs_rusty::compile::to_bytecode
source ยท pub fn to_bytecode(
context: *mut JSContext,
compiled_func: &JsCompiledFunction,
) -> Vec<u8>
Expand description
write a function to bytecode
pub fn to_bytecode(
context: *mut JSContext,
compiled_func: &JsCompiledFunction,
) -> Vec<u8>
write a function to bytecode