@justinelliottcobb/amari-wasm 0.6.0 → 0.8.0
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/amari_wasm.js +1 -1
- package/amari_wasm_bg.wasm +0 -0
- package/package.json +1 -1
package/amari_wasm.js
CHANGED
|
@@ -1780,7 +1780,7 @@ function __wbg_get_imports() {
|
|
|
1780
1780
|
const ret = arg0.apply(arg1, arg2);
|
|
1781
1781
|
return ret;
|
|
1782
1782
|
}, arguments) };
|
|
1783
|
-
imports.wbg.
|
|
1783
|
+
imports.wbg.__wbg_log_edaaa73a60b6f55c = function(arg0, arg1) {
|
|
1784
1784
|
console.log(getStringFromWasm0(arg0, arg1));
|
|
1785
1785
|
};
|
|
1786
1786
|
imports.wbg.__wbg_new_1f3a344cf3123716 = function() {
|
package/amari_wasm_bg.wasm
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
"Amari Contributors"
|
|
6
6
|
],
|
|
7
7
|
"description": "WebAssembly bindings for Amari mathematical computing library - geometric algebra, tropical algebra, automatic differentiation, fusion systems, and information geometry",
|
|
8
|
-
"version": "0.
|
|
8
|
+
"version": "0.8.0",
|
|
9
9
|
"license": "MIT OR Apache-2.0",
|
|
10
10
|
"repository": {
|
|
11
11
|
"type": "git",
|