@rfanth/tjson 0.4.1 → 0.4.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/tjson_bg.js +0 -8
- package/tjson_bg.wasm +0 -0
package/package.json
CHANGED
package/tjson_bg.js
CHANGED
|
@@ -132,10 +132,6 @@ export function __wbg_Error_2e59b1b37a9a34c3(arg0, arg1) {
|
|
|
132
132
|
const ret = Error(getStringFromWasm0(arg0, arg1));
|
|
133
133
|
return ret;
|
|
134
134
|
}
|
|
135
|
-
export function __wbg_Number_e6ffdb596c888833(arg0) {
|
|
136
|
-
const ret = Number(arg0);
|
|
137
|
-
return ret;
|
|
138
|
-
}
|
|
139
135
|
export function __wbg_String_8564e559799eccda(arg0, arg1) {
|
|
140
136
|
const ret = String(arg1);
|
|
141
137
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
@@ -239,10 +235,6 @@ export function __wbg_get_unchecked_7d7babe32e9e6a54(arg0, arg1) {
|
|
|
239
235
|
const ret = arg0[arg1 >>> 0];
|
|
240
236
|
return ret;
|
|
241
237
|
}
|
|
242
|
-
export function __wbg_get_with_ref_key_6412cf3094599694(arg0, arg1) {
|
|
243
|
-
const ret = arg0[arg1];
|
|
244
|
-
return ret;
|
|
245
|
-
}
|
|
246
238
|
export function __wbg_instanceof_ArrayBuffer_ff7c1337a5e3b33a(arg0) {
|
|
247
239
|
let result;
|
|
248
240
|
try {
|
package/tjson_bg.wasm
CHANGED
|
Binary file
|