aboutsummaryrefslogtreecommitdiff
path: root/core/fmt/fmt_js.odin
Commit message (Expand)AuthorAgeFilesLines
* remove importJeroen van Rijn7 days1-2/+0
* Convert fmt_js.odin to not use `core:os*`Jeroen van Rijn7 days1-61/+46
* In the middle of porting core:testingJeroen van Rijn7 days1-15/+15
* `Empty` -> `Unsupported`bill/io-error-changesgingerBill2025-11-141-1/+1
* Moved all packages in core, base, vendor, tests and examples to use new #+ fi...Karl Zylinski2024-09-141-1/+1
* Imply `#no_capture` to all variadic parametersgingerBill2024-07-141-12/+12
* Add `#no_capture args: ..T` to reuse the backing array stack memorygingerBill2024-07-141-12/+12
* wasm: add the `fprint` procedures to `fmt`Laytan Laats2024-04-281-0/+51
* Add printfln and eprintfln functions to fmt_js.odinDamian Tarnawski2024-04-211-0/+4
* Add optional `flush := true` to many of the `core:fmt` proceduresgingerBill2023-08-221-6/+6
* Fix fmt implementation for `js`gingerBill2023-06-261-13/+10
* Fix `fmt` for `js`gingerBill2023-06-061-1/+1
* Clean up of the core library to make the stream vtables not be pointers direc...gingerBill2022-09-151-3/+3
* Update docs for packages fmt and iogingerBill2022-01-241-1/+6
* Begin work in semi-standardized `js_wasm32` targetgingerBill2021-11-071-0/+44