Menci
Menci
Can't start your project
I managed to build your project and added Vitest and SSR support. Please test~
A question: what's the difference between Worker and Worklet. What extra steps will I need to make it work in Worklet?
Does it mean I could only base64 encode the WASM file to load it in Worklet context? Are there any other APIs used by wasm-bindgen that is missing in Worklet...
Firefox worker is supported now. Please test.
How did you build? You need to set worker to iife, not es.
No, you need to use my plugin vite-plugin-top-level-await to transform this. On Tue, Feb 28, 2023 at 19:28 Jerboas86 ***@***.***> wrote: > How did you build? > > I retrieved...
Could you provide a minimal reproduce? Let me see what can I do on my side...
I just understand your problem. The top-level statements executes earlier than imported async modules' loading. So your event handler depending on imported async modules won't work. I don't think it's...
I still don't know what you mean. Could you please attach an example project that my plugin and native TLA have different behavior? I tested this: ```js // main.mjs const...