rmquickjs 0.0.2

High-level MicroQuickJS bindings for Rust
1
2
3
pub fn is_bytecode(bin: &[u8]) -> bool {
    unsafe { rmquickjs_sys::JS_IsBytecode(bin.as_ptr(), bin.len()) == 1 }
}