| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | wasm: string interpolation | brian cully | 2025-12-29 | 1 | -2/+2 |
| | | |||||
| * | wasm: render bench results in html | brian cully | 2025-12-29 | 1 | -9/+7 |
| | | |||||
| * | wasm: separate update/render for later benching | brian cully | 2025-12-29 | 1 | -5/+11 |
| | | |||||
| * | use unsafecell for render so we don't need runtime checks on borrows. | brian cully | 2025-12-28 | 1 | -9/+11 |
| | | | | | | the mutability is only used once during init, so we can guarantee that it's always safe by the time init is done. | ||||
| * | comments, whitespace | brian cully | 2025-12-28 | 1 | -1/+11 |
| | | |||||
| * | fmt | brian cully | 2025-12-28 | 1 | -1/+3 |
| | | |||||
| * | use results in render loop where possible | brian cully | 2025-12-28 | 1 | -7/+8 |
| | | |||||
| * | fmt | brian cully | 2025-12-28 | 1 | -1/+2 |
| | | |||||
| * | move render loop to its own module | brian cully | 2025-12-28 | 1 | -0/+41 |
