lazy-sparql-result-reader 1.0.1 → 1.1.1
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/README.md
CHANGED
|
@@ -6,6 +6,9 @@
|
|
|
6
6
|
<a href="https://www.npmjs.com/package/lazy-sparql-result-reader">
|
|
7
7
|
<img alt="npm" src="https://img.shields.io/npm/v/lazy-sparql-result-reader" />
|
|
8
8
|
</a>
|
|
9
|
+
<a href="https://crates.io/crates/lazy-sparql-result-reader">
|
|
10
|
+
<img alt="crates.io" src="https://img.shields.io/crates/v/lazy-sparql-result-reader.svg" />
|
|
11
|
+
</a>
|
|
9
12
|
</div>
|
|
10
13
|
|
|
11
14
|
A fast SPARQL results parser for JavaScript and TypeScript, compiled from Rust via WebAssembly.
|
|
@@ -16,7 +16,6 @@ export interface InitOutput {
|
|
|
16
16
|
readonly __wbindgen_exn_store: (a: number) => void;
|
|
17
17
|
readonly __externref_table_alloc: () => number;
|
|
18
18
|
readonly __wbindgen_externrefs: WebAssembly.Table;
|
|
19
|
-
readonly __wbindgen_free: (a: number, b: number, c: number) => void;
|
|
20
19
|
readonly __wbindgen_start: () => void;
|
|
21
20
|
}
|
|
22
21
|
|
|
@@ -308,26 +308,6 @@ function __wbg_get_imports() {
|
|
|
308
308
|
const ret = arg0.call(arg1);
|
|
309
309
|
return ret;
|
|
310
310
|
}, arguments) };
|
|
311
|
-
imports.wbg.__wbg_debug_9ad80675faf0c9cf = function(arg0, arg1, arg2, arg3) {
|
|
312
|
-
console.debug(arg0, arg1, arg2, arg3);
|
|
313
|
-
};
|
|
314
|
-
imports.wbg.__wbg_error_7534b8e9a36f1ab4 = function(arg0, arg1) {
|
|
315
|
-
let deferred0_0;
|
|
316
|
-
let deferred0_1;
|
|
317
|
-
try {
|
|
318
|
-
deferred0_0 = arg0;
|
|
319
|
-
deferred0_1 = arg1;
|
|
320
|
-
console.error(getStringFromWasm0(arg0, arg1));
|
|
321
|
-
} finally {
|
|
322
|
-
wasm.__wbindgen_free(deferred0_0, deferred0_1, 1);
|
|
323
|
-
}
|
|
324
|
-
};
|
|
325
|
-
imports.wbg.__wbg_error_7bc7d576a6aaf855 = function(arg0) {
|
|
326
|
-
console.error(arg0);
|
|
327
|
-
};
|
|
328
|
-
imports.wbg.__wbg_error_ad1ecdacd1bb600d = function(arg0, arg1, arg2, arg3) {
|
|
329
|
-
console.error(arg0, arg1, arg2, arg3);
|
|
330
|
-
};
|
|
331
311
|
imports.wbg.__wbg_getReader_b6676f6d8b326942 = function(arg0) {
|
|
332
312
|
const ret = arg0.getReader();
|
|
333
313
|
return ret;
|
|
@@ -336,16 +316,10 @@ function __wbg_get_imports() {
|
|
|
336
316
|
const ret = Reflect.get(arg0, arg1);
|
|
337
317
|
return ret;
|
|
338
318
|
}, arguments) };
|
|
339
|
-
imports.wbg.__wbg_info_b7fa8ce2e59d29c6 = function(arg0, arg1, arg2, arg3) {
|
|
340
|
-
console.info(arg0, arg1, arg2, arg3);
|
|
341
|
-
};
|
|
342
319
|
imports.wbg.__wbg_length_22ac23eaec9d8053 = function(arg0) {
|
|
343
320
|
const ret = arg0.length;
|
|
344
321
|
return ret;
|
|
345
322
|
};
|
|
346
|
-
imports.wbg.__wbg_log_f614673762e98966 = function(arg0, arg1, arg2, arg3) {
|
|
347
|
-
console.log(arg0, arg1, arg2, arg3);
|
|
348
|
-
};
|
|
349
323
|
imports.wbg.__wbg_new_1ba21ce319a06297 = function() {
|
|
350
324
|
const ret = new Object();
|
|
351
325
|
return ret;
|
|
@@ -358,10 +332,6 @@ function __wbg_get_imports() {
|
|
|
358
332
|
const ret = new Uint8Array(arg0);
|
|
359
333
|
return ret;
|
|
360
334
|
};
|
|
361
|
-
imports.wbg.__wbg_new_8a6f238a6ece86ea = function() {
|
|
362
|
-
const ret = new Error();
|
|
363
|
-
return ret;
|
|
364
|
-
};
|
|
365
335
|
imports.wbg.__wbg_new_b546ae120718850e = function() {
|
|
366
336
|
const ret = new Map();
|
|
367
337
|
return ret;
|
|
@@ -416,13 +386,6 @@ function __wbg_get_imports() {
|
|
|
416
386
|
const ret = arg0.set(arg1, arg2);
|
|
417
387
|
return ret;
|
|
418
388
|
};
|
|
419
|
-
imports.wbg.__wbg_stack_0ed75d68575b0f3c = function(arg0, arg1) {
|
|
420
|
-
const ret = arg1.stack;
|
|
421
|
-
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
422
|
-
const len1 = WASM_VECTOR_LEN;
|
|
423
|
-
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
424
|
-
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
425
|
-
};
|
|
426
389
|
imports.wbg.__wbg_static_accessor_GLOBAL_769e6b65d6557335 = function() {
|
|
427
390
|
const ret = typeof global === 'undefined' ? null : global;
|
|
428
391
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
@@ -447,16 +410,13 @@ function __wbg_get_imports() {
|
|
|
447
410
|
const ret = arg0.then(arg1);
|
|
448
411
|
return ret;
|
|
449
412
|
};
|
|
450
|
-
imports.wbg.__wbg_warn_165ef4f6bcfc05e7 = function(arg0, arg1, arg2, arg3) {
|
|
451
|
-
console.warn(arg0, arg1, arg2, arg3);
|
|
452
|
-
};
|
|
453
413
|
imports.wbg.__wbindgen_cast_2241b6af4c4b2941 = function(arg0, arg1) {
|
|
454
414
|
// Cast intrinsic for `Ref(String) -> Externref`.
|
|
455
415
|
const ret = getStringFromWasm0(arg0, arg1);
|
|
456
416
|
return ret;
|
|
457
417
|
};
|
|
458
|
-
imports.wbg.
|
|
459
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
418
|
+
imports.wbg.__wbindgen_cast_c6111fef16576abb = function(arg0, arg1) {
|
|
419
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 40, function: Function { arguments: [Externref], shim_idx: 41, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
460
420
|
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h9431bfc0c26898f5, wasm_bindgen__convert__closures_____invoke__h53040b977ccf16ad);
|
|
461
421
|
return ret;
|
|
462
422
|
};
|
|
Binary file
|