@sebastienrousseau/noyalib-wasm 0.0.18 → 0.0.22
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/noyalib_wasm_bg.js +43 -43
- package/noyalib_wasm_bg.wasm +0 -0
- package/package.json +1 -1
package/noyalib_wasm_bg.js
CHANGED
|
@@ -267,7 +267,7 @@ export function validateJson(yaml) {
|
|
|
267
267
|
}
|
|
268
268
|
return ret[0] !== 0;
|
|
269
269
|
}
|
|
270
|
-
export function
|
|
270
|
+
export function __wbg_Error_408e67f47ca7b58b(arg0, arg1) {
|
|
271
271
|
const ret = Error(getStringFromWasm0(arg0, arg1));
|
|
272
272
|
return ret;
|
|
273
273
|
}
|
|
@@ -278,60 +278,60 @@ export function __wbg_String_8564e559799eccda(arg0, arg1) {
|
|
|
278
278
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
279
279
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
280
280
|
}
|
|
281
|
-
export function
|
|
281
|
+
export function __wbg___wbindgen_bigint_get_as_i64_c4ecf48528083721(arg0, arg1) {
|
|
282
282
|
const v = arg1;
|
|
283
283
|
const ret = typeof(v) === 'bigint' ? v : undefined;
|
|
284
284
|
getDataViewMemory0().setBigInt64(arg0 + 8 * 1, isLikeNone(ret) ? BigInt(0) : ret, true);
|
|
285
285
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, !isLikeNone(ret), true);
|
|
286
286
|
}
|
|
287
|
-
export function
|
|
287
|
+
export function __wbg___wbindgen_boolean_get_c9c83ebd41b34df3(arg0) {
|
|
288
288
|
const v = arg0;
|
|
289
289
|
const ret = typeof(v) === 'boolean' ? v : undefined;
|
|
290
290
|
return isLikeNone(ret) ? 0xFFFFFF : ret ? 1 : 0;
|
|
291
291
|
}
|
|
292
|
-
export function
|
|
292
|
+
export function __wbg___wbindgen_debug_string_a57024b9c6e4a48b(arg0, arg1) {
|
|
293
293
|
const ret = debugString(arg1);
|
|
294
294
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
295
295
|
const len1 = WASM_VECTOR_LEN;
|
|
296
296
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
297
297
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
298
298
|
}
|
|
299
|
-
export function
|
|
299
|
+
export function __wbg___wbindgen_in_ac983077f137f2e6(arg0, arg1) {
|
|
300
300
|
const ret = arg0 in arg1;
|
|
301
301
|
return ret;
|
|
302
302
|
}
|
|
303
|
-
export function
|
|
303
|
+
export function __wbg___wbindgen_is_bigint_8ffbbef442139384(arg0) {
|
|
304
304
|
const ret = typeof(arg0) === 'bigint';
|
|
305
305
|
return ret;
|
|
306
306
|
}
|
|
307
|
-
export function
|
|
307
|
+
export function __wbg___wbindgen_is_function_5e4570eb24ffa122(arg0) {
|
|
308
308
|
const ret = typeof(arg0) === 'function';
|
|
309
309
|
return ret;
|
|
310
310
|
}
|
|
311
|
-
export function
|
|
311
|
+
export function __wbg___wbindgen_is_object_a2790eb24c211ea0(arg0) {
|
|
312
312
|
const val = arg0;
|
|
313
313
|
const ret = typeof(val) === 'object' && val !== null;
|
|
314
314
|
return ret;
|
|
315
315
|
}
|
|
316
|
-
export function
|
|
316
|
+
export function __wbg___wbindgen_is_string_e6f02f0ea5f20a32(arg0) {
|
|
317
317
|
const ret = typeof(arg0) === 'string';
|
|
318
318
|
return ret;
|
|
319
319
|
}
|
|
320
|
-
export function
|
|
320
|
+
export function __wbg___wbindgen_jsval_eq_0a18949a61670320(arg0, arg1) {
|
|
321
321
|
const ret = arg0 === arg1;
|
|
322
322
|
return ret;
|
|
323
323
|
}
|
|
324
|
-
export function
|
|
324
|
+
export function __wbg___wbindgen_jsval_loose_eq_acf2776254a8d832(arg0, arg1) {
|
|
325
325
|
const ret = arg0 == arg1;
|
|
326
326
|
return ret;
|
|
327
327
|
}
|
|
328
|
-
export function
|
|
328
|
+
export function __wbg___wbindgen_number_get_136b9679cab35cfb(arg0, arg1) {
|
|
329
329
|
const obj = arg1;
|
|
330
330
|
const ret = typeof(obj) === 'number' ? obj : undefined;
|
|
331
331
|
getDataViewMemory0().setFloat64(arg0 + 8 * 1, isLikeNone(ret) ? 0 : ret, true);
|
|
332
332
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, !isLikeNone(ret), true);
|
|
333
333
|
}
|
|
334
|
-
export function
|
|
334
|
+
export function __wbg___wbindgen_string_get_d154f1e671052120(arg0, arg1) {
|
|
335
335
|
const obj = arg1;
|
|
336
336
|
const ret = typeof(obj) === 'string' ? obj : undefined;
|
|
337
337
|
var ptr1 = isLikeNone(ret) ? 0 : passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
@@ -339,34 +339,34 @@ export function __wbg___wbindgen_string_get_b0ca35b86a603356(arg0, arg1) {
|
|
|
339
339
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
340
340
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
341
341
|
}
|
|
342
|
-
export function
|
|
342
|
+
export function __wbg___wbindgen_throw_bb96b2010945f0bc(arg0, arg1) {
|
|
343
343
|
throw new Error(getStringFromWasm0(arg0, arg1));
|
|
344
344
|
}
|
|
345
|
-
export function
|
|
345
|
+
export function __wbg_call_1c5886ab9c57d1c7() { return handleError(function (arg0, arg1) {
|
|
346
346
|
const ret = arg0.call(arg1);
|
|
347
347
|
return ret;
|
|
348
348
|
}, arguments); }
|
|
349
|
-
export function
|
|
349
|
+
export function __wbg_done_669171204c3dcae2(arg0) {
|
|
350
350
|
const ret = arg0.done;
|
|
351
351
|
return ret;
|
|
352
352
|
}
|
|
353
|
-
export function
|
|
353
|
+
export function __wbg_entries_7774d489e1da5f4f(arg0) {
|
|
354
354
|
const ret = Object.entries(arg0);
|
|
355
355
|
return ret;
|
|
356
356
|
}
|
|
357
|
-
export function
|
|
357
|
+
export function __wbg_get_c0c8f8d7da0c03dd(arg0, arg1) {
|
|
358
358
|
const ret = arg0[arg1 >>> 0];
|
|
359
359
|
return ret;
|
|
360
360
|
}
|
|
361
|
-
export function
|
|
361
|
+
export function __wbg_get_d173c0308df22d37() { return handleError(function (arg0, arg1) {
|
|
362
362
|
const ret = Reflect.get(arg0, arg1);
|
|
363
363
|
return ret;
|
|
364
364
|
}, arguments); }
|
|
365
|
-
export function
|
|
365
|
+
export function __wbg_get_unchecked_e20b893aeafc3fca(arg0, arg1) {
|
|
366
366
|
const ret = arg0[arg1 >>> 0];
|
|
367
367
|
return ret;
|
|
368
368
|
}
|
|
369
|
-
export function
|
|
369
|
+
export function __wbg_instanceof_ArrayBuffer_993d02d2d254cad1(arg0) {
|
|
370
370
|
let result;
|
|
371
371
|
try {
|
|
372
372
|
result = arg0 instanceof ArrayBuffer;
|
|
@@ -376,7 +376,7 @@ export function __wbg_instanceof_ArrayBuffer_4480b9e0068a8adb(arg0) {
|
|
|
376
376
|
const ret = result;
|
|
377
377
|
return ret;
|
|
378
378
|
}
|
|
379
|
-
export function
|
|
379
|
+
export function __wbg_instanceof_Map_9a4d6ead180ae3a9(arg0) {
|
|
380
380
|
let result;
|
|
381
381
|
try {
|
|
382
382
|
result = arg0 instanceof Map;
|
|
@@ -386,7 +386,7 @@ export function __wbg_instanceof_Map_e5b5e3db98422fcc(arg0) {
|
|
|
386
386
|
const ret = result;
|
|
387
387
|
return ret;
|
|
388
388
|
}
|
|
389
|
-
export function
|
|
389
|
+
export function __wbg_instanceof_Uint8Array_f935dbb0aa7cdeed(arg0) {
|
|
390
390
|
let result;
|
|
391
391
|
try {
|
|
392
392
|
result = arg0 instanceof Uint8Array;
|
|
@@ -396,64 +396,64 @@ export function __wbg_instanceof_Uint8Array_309b927aaf7a3fc7(arg0) {
|
|
|
396
396
|
const ret = result;
|
|
397
397
|
return ret;
|
|
398
398
|
}
|
|
399
|
-
export function
|
|
399
|
+
export function __wbg_isArray_6339f732981044bf(arg0) {
|
|
400
400
|
const ret = Array.isArray(arg0);
|
|
401
401
|
return ret;
|
|
402
402
|
}
|
|
403
|
-
export function
|
|
403
|
+
export function __wbg_isSafeInteger_f3d6cd19ccfe4512(arg0) {
|
|
404
404
|
const ret = Number.isSafeInteger(arg0);
|
|
405
405
|
return ret;
|
|
406
406
|
}
|
|
407
|
-
export function
|
|
407
|
+
export function __wbg_iterator_5cebbb86e33c6dd6() {
|
|
408
408
|
const ret = Symbol.iterator;
|
|
409
409
|
return ret;
|
|
410
410
|
}
|
|
411
|
-
export function
|
|
411
|
+
export function __wbg_length_36bd29c6848c2144(arg0) {
|
|
412
412
|
const ret = arg0.length;
|
|
413
413
|
return ret;
|
|
414
414
|
}
|
|
415
|
-
export function
|
|
415
|
+
export function __wbg_length_ecfa2c63d3d0d82c(arg0) {
|
|
416
416
|
const ret = arg0.length;
|
|
417
417
|
return ret;
|
|
418
418
|
}
|
|
419
|
-
export function
|
|
419
|
+
export function __wbg_new_116be93542d39019() {
|
|
420
420
|
const ret = new Array();
|
|
421
421
|
return ret;
|
|
422
422
|
}
|
|
423
|
-
export function
|
|
424
|
-
const ret = new Map();
|
|
425
|
-
return ret;
|
|
426
|
-
}
|
|
427
|
-
export function __wbg_new_cd45aabdf6073e84(arg0) {
|
|
423
|
+
export function __wbg_new_77cc4f4f472aeb81(arg0) {
|
|
428
424
|
const ret = new Uint8Array(arg0);
|
|
429
425
|
return ret;
|
|
430
426
|
}
|
|
431
|
-
export function
|
|
432
|
-
const ret = new
|
|
427
|
+
export function __wbg_new_cdf041679ded4c5f() {
|
|
428
|
+
const ret = new Map();
|
|
433
429
|
return ret;
|
|
434
430
|
}
|
|
435
|
-
export function
|
|
436
|
-
const ret =
|
|
431
|
+
export function __wbg_new_ebe3e0f6837f0879() {
|
|
432
|
+
const ret = new Object();
|
|
437
433
|
return ret;
|
|
438
434
|
}
|
|
439
|
-
export function
|
|
435
|
+
export function __wbg_next_42cf16ee0dafc9e2() { return handleError(function (arg0) {
|
|
440
436
|
const ret = arg0.next();
|
|
441
437
|
return ret;
|
|
442
438
|
}, arguments); }
|
|
443
|
-
export function
|
|
439
|
+
export function __wbg_next_8f26b64fa5e9f64b(arg0) {
|
|
440
|
+
const ret = arg0.next;
|
|
441
|
+
return ret;
|
|
442
|
+
}
|
|
443
|
+
export function __wbg_prototypesetcall_de8e0d9553586985(arg0, arg1, arg2) {
|
|
444
444
|
Uint8Array.prototype.set.call(getArrayU8FromWasm0(arg0, arg1), arg2);
|
|
445
445
|
}
|
|
446
|
-
export function
|
|
446
|
+
export function __wbg_set_014226dfeca53178(arg0, arg1, arg2) {
|
|
447
447
|
const ret = arg0.set(arg1, arg2);
|
|
448
448
|
return ret;
|
|
449
449
|
}
|
|
450
450
|
export function __wbg_set_6be42768c690e380(arg0, arg1, arg2) {
|
|
451
451
|
arg0[arg1] = arg2;
|
|
452
452
|
}
|
|
453
|
-
export function
|
|
453
|
+
export function __wbg_set_a80955eb93b145c6(arg0, arg1, arg2) {
|
|
454
454
|
arg0[arg1 >>> 0] = arg2;
|
|
455
455
|
}
|
|
456
|
-
export function
|
|
456
|
+
export function __wbg_value_1e2369fab29b420e(arg0) {
|
|
457
457
|
const ret = arg0.value;
|
|
458
458
|
return ret;
|
|
459
459
|
}
|
package/noyalib_wasm_bg.wasm
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
"Sebastien Rousseau <sebastian.rousseau@gmail.com>"
|
|
6
6
|
],
|
|
7
7
|
"description": "WebAssembly (wasm-bindgen) bindings for the noyalib YAML library — browser-ready parse / serialise / lossless edit",
|
|
8
|
-
"version": "0.0.
|
|
8
|
+
"version": "0.0.22",
|
|
9
9
|
"license": "MIT OR Apache-2.0",
|
|
10
10
|
"repository": {
|
|
11
11
|
"type": "git",
|