rquickjs-sys 0.11.0

QuickJS bindings for rquickjs
Documentation
1
2
3
4
import { assert } from "./assert.js"
const ref = new WeakRef({})
const val = ref.deref() // should not throw
assert(val, undefined)