Derived from codedamn's hello world code for wasm
an example WASM hello world code to get your hands dirty with a simple hello world example. This repo will contain C code that can be converted to webassembly, called from Javascript and print Hello world on the UI
Steps:
- Goto https://webassembly.studio/
- create an empty C project
- add and save the C, JS and html code from this git repo to your project
- build and run your project in webassembly.studio