@justinelliottcobb/amari-wasm 0.3.5 → 0.3.6

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 CHANGED
@@ -471,7 +471,7 @@ async function __wbg_load(module, imports) {
471
471
  function __wbg_get_imports() {
472
472
  const imports = {};
473
473
  imports.wbg = {};
474
- imports.wbg.__wbg_log_6adb9098c8682f13 = function(arg0, arg1) {
474
+ imports.wbg.__wbg_log_21b8c47c8527c444 = function(arg0, arg1) {
475
475
  console.log(getStringFromWasm0(arg0, arg1));
476
476
  };
477
477
  imports.wbg.__wbg_wbindgenthrow_451ec1a8469d7eb6 = function(arg0, arg1) {
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",
8
- "version": "0.3.5",
8
+ "version": "0.3.6",
9
9
  "license": "MIT OR Apache-2.0",
10
10
  "repository": {
11
11
  "type": "git",