@swmansion/popcorn 0.2.1 → 0.2.2
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/dist/AtomVM.mjs +7 -7
- package/dist/AtomVM.wasm +0 -0
- package/package.json +1 -1
package/dist/AtomVM.mjs
CHANGED
|
@@ -56,7 +56,7 @@ if (ENVIRONMENT_IS_PTHREAD) {
|
|
|
56
56
|
|
|
57
57
|
// --pre-jses are emitted after the Module integration code, so that they can
|
|
58
58
|
// refer to Module (if they choose; they can also define Module)
|
|
59
|
-
// include: /tmp/atomvm-build-swm.
|
|
59
|
+
// include: /tmp/atomvm-build-swm.MGc5mN3/atomvm/src/platforms/emscripten/src/atomvm.pre.js
|
|
60
60
|
/*
|
|
61
61
|
* This file is part of AtomVM.
|
|
62
62
|
*
|
|
@@ -128,7 +128,7 @@ function ensureValidResult(result) {
|
|
|
128
128
|
throw new Error(message);
|
|
129
129
|
}
|
|
130
130
|
|
|
131
|
-
// end include: /tmp/atomvm-build-swm.
|
|
131
|
+
// end include: /tmp/atomvm-build-swm.MGc5mN3/atomvm/src/platforms/emscripten/src/atomvm.pre.js
|
|
132
132
|
var arguments_ = [];
|
|
133
133
|
|
|
134
134
|
var thisProgram = "./this.program";
|
|
@@ -7366,19 +7366,19 @@ function checkIncomingModuleAPI() {
|
|
|
7366
7366
|
}
|
|
7367
7367
|
|
|
7368
7368
|
var ASM_CONSTS = {
|
|
7369
|
-
|
|
7369
|
+
77087: ($0, $1) => {
|
|
7370
7370
|
promiseMap.get($0).resolve($1);
|
|
7371
7371
|
},
|
|
7372
|
-
|
|
7372
|
+
77123: ($0, $1) => {
|
|
7373
7373
|
promiseMap.get($0).reject($1);
|
|
7374
7374
|
},
|
|
7375
|
-
|
|
7375
|
+
77158: ($0, $1) => {
|
|
7376
7376
|
promiseMap.get($0).resolve(UTF8ToString($1));
|
|
7377
7377
|
},
|
|
7378
|
-
|
|
7378
|
+
77208: ($0, $1) => {
|
|
7379
7379
|
promiseMap.get($0).reject(UTF8ToString($1));
|
|
7380
7380
|
},
|
|
7381
|
-
|
|
7381
|
+
77257: $0 => {
|
|
7382
7382
|
Module["onTrackedObjectDelete"]($0);
|
|
7383
7383
|
}
|
|
7384
7384
|
};
|
package/dist/AtomVM.wasm
CHANGED
|
Binary file
|