pub fn from_bytecode(
context: *mut JSContext,
bytecode: &[u8],
) -> Result<OwnedJsValue, ExecutionError>
Expand description
read a compiled function from bytecode, see to_bytecode for an example
pub fn from_bytecode(
context: *mut JSContext,
bytecode: &[u8],
) -> Result<OwnedJsValue, ExecutionError>
read a compiled function from bytecode, see to_bytecode for an example