@jitl/quickjs-ffi-types
Advanced tools
Comparing version 0.26.1-rc.0 to 0.27.0
@@ -178,2 +178,3 @@ /** | ||
receiveWasmOffsetConverter?(bytes: ArrayBuffer, mod: WebAssembly.Module): void; | ||
getWasmMemory?(): WebAssembly.Memory; | ||
} | ||
@@ -210,2 +211,4 @@ /** | ||
wasmBinary?: ArrayBuffer; | ||
/** If provided, use this WebAssembly.Memory instead of an automatically created one. */ | ||
wasmMemory?: WebAssembly.Memory; | ||
/** Create an instance of the WASM module, call onSuccess(instance), then return instance.exports */ | ||
@@ -212,0 +215,0 @@ instantiateWasm?(imports: WebAssembly.Imports, onSuccess: (instance: WebAssembly.Instance) => void): WebAssembly.Exports | Promise<WebAssembly.Exports>; |
{ | ||
"name": "@jitl/quickjs-ffi-types", | ||
"version": "0.26.1-rc.0", | ||
"version": "0.27.0", | ||
"repository": { | ||
@@ -32,4 +32,4 @@ "type": "git", | ||
"devDependencies": { | ||
"@jitl/tsconfig": "0.26.1-rc.0" | ||
"@jitl/tsconfig": "0.27.0" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
65822
491