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