@@ -266,7 +266,7 @@ export function fibonacciJavascript(i) {
266266/* ! ModuleConcatenation bailout: Module is not an ECMAScript module */
267267/** */ (function (module , exports , __webpack_require__ ) {
268268
269- __webpack_require__ .e /* import() */ (1 ).then (function () { var m = __webpack_require__ (/* ! ./add.wasm */ 1 ); return m && typeof m === " object" && m .__esModule ? m : /* fake namespace object */ { " default" : m }; }).then (addModule => {
269+ __webpack_require__ .e /* import() */ (1 ).then (function () { var module = __webpack_require__ (/* ! ./add.wasm */ 1 ); return typeof module === " object" && module && module .__esModule ? module : /* fake namespace object */ { " default" : module }; }).then (addModule => {
270270 console .log (addModule .add (22 , 2200 ));
271271 __webpack_require__ .e /* import() */ (0 ).then (__webpack_require__ .bind (null , /* ! ./math */ 2 )).then (math => {
272272 console .log (math .add (10 , 101 ));
@@ -442,7 +442,7 @@ Version: webpack next
4424423d28950d91bc7246f5af.wasm 62 bytes 0, 1 [emitted]
4434431d2268b99656e9575a63.wasm 67 bytes 0, 1 [emitted]
444444 1.output.js 557 bytes 1 [emitted]
445- output.js 9.06 KiB 2 [emitted] main
445+ output.js 9.09 KiB 2 [emitted] main
446446Entrypoint main = output.js
447447chunk {0} 0.output.js, 80925f35a6f1cf550d38.wasm, 3d28950d91bc7246f5af.wasm, 1d2268b99656e9575a63.wasm 585 bytes {2} [rendered]
448448 > [0] ./example.js 3:1-17
@@ -509,5 +509,5 @@ chunk {2} output.js (main) 788 bytes [entry] [rendered]
509509 single entry .\example.js main
510510
511511ERROR in output.js from UglifyJs
512- Unexpected token: operator (>) [output.js:198,210 ]
512+ Unexpected token: operator (>) [output.js:198,240 ]
513513```
0 commit comments