Hi all,
Would it be possible to add more tutorials or example projects to the official docs? What would be the process to do that?
I recently had the experience of trying to use WebAssembly with create-react-app. I didn't find anything in the official docs, which led me down various rabbit-holes of following random third-party tutorial blog posts that didn't work. Eventually I figured out something that worked for me and wrote it up at
https://github.com/bobbiec/react-wasm-demo . But this took a lot of time and was frustrating.
I also realized afterwards, that all the pieces I needed were technically in the reference docs, just scattered across different places in a way that I never found them. Currently there is one tutorial page
https://emscripten.org/docs/getting_started/Tutorial.html , which demonstrates how to use it in a Node or HTML output environment. I think it would be helpful to new users to outline some more use cases through tutorials on the official docs.
Thanks! (Also if there's a better place for this question let me know, I'm pretty new to this)
Bobbie