A question about your project structure #157
-
Hi, I am working on creating a wasm library which user is able to load in node, vanila js and react! So far the build environment is working however I have a couple of issues which I came across your project here and it seems your project solved those issues. I have a few questions I appreciate your help about them! Once we compile our project with emscripten it generates a wasm and js file. I was wondering how are you loading wasm files into different environments? I see there is a loader interface available but it is a bit unclear to me where and how wasm files are loaded. Can you please give me some ideas about structure of the loading process? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Its a small bit convoluted - but some general comments:
hths |
Beta Was this translation helpful? Give feedback.
-
@GordonSmith Thanks for your help. So I managed to follow some of your practices. However, I have a couple of questions. I appreciate if you please help me with them Thank you so much! |
Beta Was this translation helpful? Give feedback.
Its a small bit convoluted - but some general comments:
hths