Mercurial
comparison mrjunejune/src/blog/wasm-bunny/index.md @ 169:295ac2e5ec00
[MrJuneJune] Created separate target for generating html from md.
| author | MrJuneJune <me@mrjunejune.com> |
|---|---|
| date | Mon, 19 Jan 2026 17:33:18 -0800 |
| parents | 65e5a5b89a4e |
| children | 8c74204fd362 |
comparison
equal
deleted
inserted
replaced
| 168:f3084bca7317 | 169:295ac2e5ec00 |
|---|---|
| 1 --- | |
| 2 title: First Steps with C3 and Raylib on WebAssembly | |
| 3 description: Experimenting with C3 programming language and Raylib to build an interactive bunnymark benchmark compiled to WebAssembly. | |
| 4 --- | |
| 5 | |
| 1 # First Steps with C3 and Raylib on WebAssembly | 6 # First Steps with C3 and Raylib on WebAssembly |
| 2 | 7 |
| 3 Hi! This is my first blog post on this website, and hopefully, it’s the first of many, as I have some free time at the moment. | 8 Hi! This is my first blog post on this website, and hopefully, it’s the first of many, as I have some free time at the moment. |
| 4 | 9 |
| 5 Today, I spent a few hours experimenting with the programming language [C3](https://c3-lang.org/) and linking it with a static file from [Raylib](https://www.raylib.com/), a popular library for creating web applications. My goal was to build something interactive and deploy it to the web with minimal hassle. | 10 Today, I spent a few hours experimenting with the programming language [C3](https://c3-lang.org/) and linking it with a static file from [Raylib](https://www.raylib.com/), a popular library for creating web applications. My goal was to build something interactive and deploy it to the web with minimal hassle. |