aboutsummaryrefslogtreecommitdiff
path: root/core/sys/wasm
Commit message (Expand)AuthorAgeFilesLines
* Prevent odin.js from printing empty line in the console for the ending "\n"Jonathan Tron2025-03-261-6/+8
* fix tabsLaytan Laats2025-03-211-8/+8
* Prevent registering the same event listener twice on the same element with th...Jonathan Tron2025-03-211-2/+9
* Fix add/remove event listeners in `core:sys/wasm`Jonathan Tron2025-03-203-29/+45
* Merge pull request #4933 from laytan/js-open-bindinggingerBill2025-03-132-1/+9
|\
| * core/sys/wasm/js: add `open` binding to `window.open`Laytan Laats2025-03-122-1/+9
* | Merge pull request #4932 from laytan/js-pointer-event-and-charcodegingerBill2025-03-132-0/+48
|\ \
| * | core/sys/wasm/js: add pointer event info and add charCode to keyboard eventsLaytan Laats2025-03-122-0/+48
| |/
* | Merge pull request #4931 from laytan/webgl-improvementsgingerBill2025-03-131-0/+10
|\ \
| * | webgl: add `BlendEquationSeparate` and `GetParameter4i`Laytan Laats2025-03-121-0/+10
| |/
* / core/sys/wasm/js: improve gamepad APILaytan Laats2025-03-122-11/+46
|/
* webgpu: fix cstring as parameter not loading correctlyLaytan Laats2025-01-091-1/+4
* Increase size of JS keyboard event key/code buffer sizep2jason2024-11-122-4/+4
* Merge pull request #4415 from p2jason/masterLaytan2024-11-011-14/+17
|\
| * Removed event hook callback from add_*_event_listener functionsp2jason2024-10-311-18/+4
| * Removed event queue from add_*_event_listener JS functions and added event ho...p2jason2024-10-312-35/+43
| * Changed boolean parameters to bit set in the add_*_event_listener functionsp2jason2024-10-251-6/+6
| * Added parameters to the add_*_event_listener JS functions for stopping event ...p2jason2024-10-242-11/+20
* | sys/wasm/js: add `set_element_style`Laytan Laats2024-10-262-0/+12
|/
* Pass delta time instead of current time to odin.js `step`gingerBill2024-09-291-2/+2
* Add gamepad supportgingerBill2024-09-223-32/+142
* Add gamepad eventsgingerBill2024-09-222-4/+47
* Add new js eventsgingerBill2024-09-221-2/+8
* Move `vendor:wasm/js` to `core:sys/wasm/js`gingerBill2024-09-229-0/+2743
* Moved all packages in core, base, vendor, tests and examples to use new #+ fi...Karl Zylinski2024-09-141-1/+1
* time: wasi implementationLaytan Laats2024-08-101-4/+4
* Use `union #shared_nil` for `os.Error`gingerBill2024-08-041-0/+1
* wasi: make `os.open` work with absolute pathsLaytan Laats2024-07-021-2/+2
* Change to `"contextless" from `"c"`gingerBill2023-05-291-22/+22
* Minor clean up of wasi_api.odingingerBill2022-07-251-259/+171
* Update wasi to use `string` and slice typesgingerBill2021-10-311-197/+249
* Correct string usagegingerBill2021-10-311-27/+37
* Correct wasi linkinggingerBill2021-10-311-198/+218
* Move `sys/wasi` to `sys/wasm/wasi`gingerBill2021-10-311-0/+1817