@rwth-pads/cpnsim 0.1.2 → 0.1.3
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/cpnsim.js +1 -1
- package/cpnsim_bg.wasm +0 -0
- package/package.json +1 -1
package/cpnsim.js
CHANGED
|
@@ -302,7 +302,7 @@ function __wbg_get_imports() {
|
|
|
302
302
|
const ret = Reflect.get(arg0, arg1);
|
|
303
303
|
return ret;
|
|
304
304
|
}, arguments) };
|
|
305
|
-
imports.wbg.
|
|
305
|
+
imports.wbg.__wbg_log_0f56ae788d340465 = function(arg0, arg1) {
|
|
306
306
|
console.log(getStringFromWasm0(arg0, arg1));
|
|
307
307
|
};
|
|
308
308
|
imports.wbg.__wbg_msCrypto_0a36e2ec3a343d26 = function(arg0) {
|
package/cpnsim_bg.wasm
CHANGED
|
Binary file
|
package/package.json
CHANGED