Mercurial
comparison mrjunejune/src/blog/wasm-bunny/index.md @ 173:827c6ac504cd hg-web
Merged in default here.
| author | MrJuneJune <me@mrjunejune.com> |
|---|---|
| date | Mon, 19 Jan 2026 18:59:10 -0800 |
| parents | 295ac2e5ec00 |
| children | 8c74204fd362 |
comparison
equal
deleted
inserted
replaced
| 151:c033667da5f9 | 173:827c6ac504cd |
|---|---|
| 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. |