Support WASM as top-level import/resource? #1053
Replies: 3 comments 6 replies
-
Yes I'm definitely interested. We are currently developing a large base of microfrontend apps. There will be a demand for integrating WASM modules in the future. |
Beta Was this translation helpful? Give feedback.
-
I sent the PR for this feature |
Beta Was this translation helpful? Give feedback.
-
I'm very interested in WASM, as it is completely blocking my use of snowpack at the moment (I had to switch to Webpack and stopped contributing to snowpack at this time, unfortunately). I'm not sure if I would use WASM in quite this "direct" a way, however: in my case, I would like to load an NPM package that is bundled with JS and WASM, and treat it as an opaque import (or async import, if necessary). See #1356 (comment) |
Beta Was this translation helpful? Give feedback.
-
I'd like to support importing WASM directly as a resource inside of a Snowpack project.
Is this something that people want? I'm conscious of the fact that no one has asked for this yet, but it feels like a good thing to support as a modern frontend build tool.
Beta Was this translation helpful? Give feedback.
All reactions