@rhcp/mimir_transforms_web
Advanced tools
Comparing version 0.4.1 to 0.5.0
@@ -196,8 +196,8 @@ /* tslint:disable */ | ||
readonly __wbindgen_export_2: WebAssembly.Table; | ||
readonly _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h7cbff62fc6afe913: (a: number, b: number, c: number) => void; | ||
readonly _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hc3fec102b6b881f5: (a: number, b: number, c: number) => void; | ||
readonly __wbindgen_add_to_stack_pointer: (a: number) => number; | ||
readonly __wbindgen_free: (a: number, b: number, c: number) => void; | ||
readonly wasm_bindgen__convert__closures__invoke3_mut__h380a4c81d201a2cb: (a: number, b: number, c: number, d: number, e: number) => void; | ||
readonly wasm_bindgen__convert__closures__invoke3_mut__ha35c88d198078fd3: (a: number, b: number, c: number, d: number, e: number) => void; | ||
readonly __wbindgen_exn_store: (a: number) => void; | ||
readonly wasm_bindgen__convert__closures__invoke2_mut__hb8d99a65e6a8ce07: (a: number, b: number, c: number, d: number) => void; | ||
readonly wasm_bindgen__convert__closures__invoke2_mut__h2b5ebf3ae1b46a37: (a: number, b: number, c: number, d: number) => void; | ||
} | ||
@@ -204,0 +204,0 @@ |
@@ -143,3 +143,3 @@ let wasm; | ||
function __wbg_adapter_18(arg0, arg1, arg2) { | ||
wasm._dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h7cbff62fc6afe913(arg0, arg1, addHeapObject(arg2)); | ||
wasm._dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hc3fec102b6b881f5(arg0, arg1, addHeapObject(arg2)); | ||
} | ||
@@ -447,3 +447,3 @@ | ||
function __wbg_adapter_65(arg0, arg1, arg2, arg3, arg4) { | ||
wasm.wasm_bindgen__convert__closures__invoke3_mut__h380a4c81d201a2cb(arg0, arg1, addHeapObject(arg2), arg3, addHeapObject(arg4)); | ||
wasm.wasm_bindgen__convert__closures__invoke3_mut__ha35c88d198078fd3(arg0, arg1, addHeapObject(arg2), arg3, addHeapObject(arg4)); | ||
} | ||
@@ -459,3 +459,3 @@ | ||
function __wbg_adapter_78(arg0, arg1, arg2, arg3) { | ||
wasm.wasm_bindgen__convert__closures__invoke2_mut__hb8d99a65e6a8ce07(arg0, arg1, addHeapObject(arg2), addHeapObject(arg3)); | ||
wasm.wasm_bindgen__convert__closures__invoke2_mut__h2b5ebf3ae1b46a37(arg0, arg1, addHeapObject(arg2), addHeapObject(arg3)); | ||
} | ||
@@ -631,2 +631,9 @@ | ||
}; | ||
imports.wbg.__wbg_stack_67a3c970c48fd391 = function(arg0, arg1) { | ||
const ret = getObject(arg1).stack; | ||
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc); | ||
const len1 = WASM_VECTOR_LEN; | ||
getInt32Memory0()[arg0 / 4 + 1] = len1; | ||
getInt32Memory0()[arg0 / 4 + 0] = ptr1; | ||
}; | ||
imports.wbg.__wbg_self_f12382a96c29176d = function(arg0) { | ||
@@ -647,9 +654,2 @@ const ret = getObject(arg0).self; | ||
}; | ||
imports.wbg.__wbg_stack_67a3c970c48fd391 = function(arg0, arg1) { | ||
const ret = getObject(arg1).stack; | ||
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc); | ||
const len1 = WASM_VECTOR_LEN; | ||
getInt32Memory0()[arg0 / 4 + 1] = len1; | ||
getInt32Memory0()[arg0 / 4 + 0] = ptr1; | ||
}; | ||
imports.wbg.__wbg_new_abda76e883ba8a5f = function() { | ||
@@ -772,4 +772,4 @@ const ret = new Error(); | ||
}; | ||
imports.wbg.__wbindgen_closure_wrapper177 = function(arg0, arg1, arg2) { | ||
const ret = makeMutClosure(arg0, arg1, 63, __wbg_adapter_18); | ||
imports.wbg.__wbindgen_closure_wrapper170 = function(arg0, arg1, arg2) { | ||
const ret = makeMutClosure(arg0, arg1, 53, __wbg_adapter_18); | ||
return addHeapObject(ret); | ||
@@ -776,0 +776,0 @@ }; |
@@ -7,3 +7,3 @@ { | ||
"description": "A WebAssembly build of Mimir transforms, suitable for use in Nodejs and browsers.", | ||
"version": "0.4.1", | ||
"version": "0.5.0", | ||
"license": "MIT", | ||
@@ -10,0 +10,0 @@ "files": [ |
Sorry, the diff of this file is not supported yet
2311646