@blackcatinformatics/purrdf 0.1.5 → 0.2.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/package.json +1 -1
- package/pkg/purrdf_wasm.js +8 -0
- package/pkg/purrdf_wasm_bg.wasm +0 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@blackcatinformatics/purrdf",
|
|
3
|
-
"version": "0.1
|
|
3
|
+
"version": "0.2.1",
|
|
4
4
|
"description": "A wasm32, in-memory RDF 1.2 engine with an idiomatic RDF/JS (DataFactory/Dataset/Stream) API. Quoted-triple terms and directional literals included.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT OR Apache-2.0",
|
package/pkg/purrdf_wasm.js
CHANGED
|
@@ -873,10 +873,18 @@ function __wbg_get_imports() {
|
|
|
873
873
|
__wbg___wbindgen_throw_ea4887a5f8f9a9db: function(arg0, arg1) {
|
|
874
874
|
throw new Error(getStringFromWasm0(arg0, arg1));
|
|
875
875
|
},
|
|
876
|
+
__wbg_now_d2e0afbad4edbe82: function() {
|
|
877
|
+
const ret = Date.now();
|
|
878
|
+
return ret;
|
|
879
|
+
},
|
|
876
880
|
__wbg_quad_new: function(arg0) {
|
|
877
881
|
const ret = Quad.__wrap(arg0);
|
|
878
882
|
return addHeapObject(ret);
|
|
879
883
|
},
|
|
884
|
+
__wbg_random_3182549db57fb083: function() {
|
|
885
|
+
const ret = Math.random();
|
|
886
|
+
return ret;
|
|
887
|
+
},
|
|
880
888
|
__wbindgen_object_drop_ref: function(arg0) {
|
|
881
889
|
takeObject(arg0);
|
|
882
890
|
},
|
package/pkg/purrdf_wasm_bg.wasm
CHANGED
|
Binary file
|