Sven Sauleau
Sven Sauleau
Could you please share your package.json? have you installed `@babel/preset-env`?
Thanks, have you tried with earlier betas? I think your issue is due to the new config resolution. I would recommend you using [babel.config.js](https://github.com/babel/babel/blob/master/babel.config.js) at the root of your project....
Could you please share your gruntfile?
That implies that threads share the same module's memory?
What do you think about adding a new custom section that stores the index of the additional start function and how to run: A. as a regular function, after the...
that's true if you pass all your imports as arguments in the main function, but I doubt it will be very practical in all cases.
by the time the main function runs the JavaScript imports aren't executed because the instantiation is in a single tick and Wasm will snapshot undefined values (apart from functions). Exporting...
I believe it's any imports, apart functions that are initialized before
For scalar values you are right, we ran into issues when importing objects like WebAssembly.Memory/Table/Global
Check my comment https://github.com/WebAssembly/host-bindings/issues/20#issuecomment-458925523