QuickJsFFI constructor

QuickJsFFI(
  1. DynamicLibrary _lib
)

Implementation

QuickJsFFI(this._lib) {
  globalInstance = this;
}