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
The output of the WebAssembly entry-point can be a ES6 module. There isn't a browser that supports WebAssembly but doesn't support ES6 Modules. Customers that use webpack should be able to consume the package as a module without much hassle.
src/calledwasm-entry.tsthat implements what thepkgoutputyarn build-typescriptcreates this file appropriately indist/Comments