aboutsummaryrefslogtreecommitdiff
path: root/core/os/os_js.odin
Commit message (Expand)AuthorAgeFilesLines
* core:os -> core:os/old && core:os/os2 -> core:osJeroen van Rijn6 days1-275/+0
* Add bring-your-own-buffer versions of `os.lookup_env` and `os.get_env`Jeroen van Rijn2025-06-161-5/+20
* stub out get_env for jsJeroen van Rijn2025-06-131-0/+5
* Fix `core:log` on `-target:js_wasm32`Jeroen van Rijn2025-06-021-0/+4
* Remove unused importsgingerBill2024-09-221-2/+0
* Merge branch 'master' into file-tags-without-commentsKarl Zylinski2024-09-171-70/+19
|\
| * wasm: support more vendor librariesLaytan Laats2024-09-091-70/+19
* | Moved all packages in core, base, vendor, tests and examples to use new #+ fi...Karl Zylinski2024-09-141-1/+1
|/
* Add `@(require_results)`gingerBill2024-08-041-3/+18
* Move errors to where appropriategingerBill2024-08-041-4/+2
* `Errno` -> `Error`gingerBill2024-08-041-26/+26
* Begin converting `os.Errno` to be a `nil`-able type as a transition periodgingerBill2024-08-041-30/+62
* Remove instrinsics and utf16 imports from os/os_jsDamian Tarnawski2024-04-291-2/+0
* wasm: add the `fprint` procedures to `fmt`Laytan Laats2024-04-281-7/+2
* Alias heap calls from `base:runtime` is `core:os`gingerBill2024-01-281-11/+0
* Replace `core:*` to `base:*` where appropriategingerBill2024-01-281-2/+2
* Changed js panics to unimplemented where sensibleDragos Popescu2023-03-221-40/+40
* Fixed more compile time errors when including os and thread to js targetsDragos Popescu2023-03-211-1/+115
* Made most libraries panic on js targets instead of not compilingDragos Popescu2023-03-201-2/+161
* Update build flagJeroen van Rijn2023-03-161-1/+1
* Begin work in semi-standardized `js_wasm32` targetgingerBill2021-11-071-0/+4