You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit selects the production build (instead of development) for
the WebAssembly compilation with Webpack, used in our playground. This
might make things a bit faster and smaller.
I also took the opportunity to update all the dependencies and the Test262
suite, but unfortunately this doesn't solve #1824.
This commit selects the production build (instead of development) for the WebAssembly compilation with Webpack, used in our playground. This might make things a bit faster and smaller.
I also took the opportunity to update all the dependencies and the Test262 suite, but unfortunately this doesn't solve #1824.
Ok I did some more digging and it looks like the PR I linked did not actually make it to the 0.2.4 version so I guess the best thing to do is wait for the 0.2.5 version and the warning should then go away
Describe the bug
When building Boa for having a WASM playground, a warning gets emitted:
To Reproduce
In the
main
branch, runyarn build
oryarn serve
. You will see the warning displayed.Expected behavior
No warning appears.
Build environment (please complete the following information):
Additional context
Using
wasm-pack 0.10.2
.The text was updated successfully, but these errors were encountered: