A simple webasm project using raylib. Try it online now!
BlobEditor uses emscripten to compile C code.
Follow instructions here
git clone --recurse-submodules https://github.com/trikko/BlobEditor/
Make sure you activated the emscripten tools as explained here if required. Let's compile the project:
cd BlobEditor
make
You can't run webassembly from your filesystem, so you need to serve the html
folder using a (local) webserver.
For the sake of simplicity I use a very simple project written in dlang that you can start running the command dub
inside the server
folder (but you can use any webserver you like)