aboutsummaryrefslogtreecommitdiff
path: root/vendor/wasm
Commit message (Expand)AuthorAgeFilesLines
* Update wasm/README.mdgingerBill2022-06-011-51/+6
* Remove loader.mjsgingerBill2022-06-011-57/+0
* Rename to `CreateProgramFromStrings`gingerBill2022-05-211-1/+1
* Add more procedures for window related positionsgingerBill2022-05-212-8/+56
* Add `Context_Menu` event kind; Fix `event_prevent_default()`gingerBill2022-05-212-1/+5
* Add utilities for `Rect`sgingerBill2022-05-212-2/+59
* Improve `writeToConole` logic for the `console.log` difference between stdout...gingerBill2022-05-211-18/+54
* Add wasm/js/general.odingingerBill2022-05-212-1/+13
* Fix typogingerBill2022-05-211-1/+1
* Update `time` procedures for js targetsgingerBill2022-05-211-0/+10
* Rename to `writeToConsole`gingerBill2022-05-211-3/+3
* Add color when writing to `stderr`gingerBill2022-05-211-12/+30
* Improve `addConsoleLine`gingerBill2022-05-211-25/+37
* Add WebGL helper (`CreateProgramHelper`)gingerBill2022-05-211-0/+49
* Begin to add support for experimental wasm64gingerBill2022-05-213-3/+3
* Begin work on Atomics for wasm32 (wait and notify intrinsics)gingerBill2022-05-211-8/+28
* Minor clean upgingerBill2022-05-211-4/+2
* Add `page_alloc` and `page_allocator`gingerBill2022-05-211-0/+46
* Rename to `runWasm`gingerBill2022-05-211-2/+2
* Change wasm/js/runtime.mjs to a normal .js file; Add interfaces and functions...gingerBill2022-05-211-289/+346
* Add documentation for `CreateCurrentContextById` and `SetCurrentContextById`gingerBill2022-05-181-2/+5
* Add WebGL `ContextAttributes`gingerBill2022-05-182-6/+53
* Add WebGL runtime into the js/runtime.mjs; Allow for multiple WebGL contextsgingerBill2022-05-184-1052/+1066
* Improve events handlinggingerBill2022-05-092-19/+22
* Begin work on Event System for js_wasm32 targetgingerBill2022-05-097-253/+877
* [WASM] Added missing zoffset parameters to some gl functionsryuukk2021-12-151-6/+6
* Fix storeInt call in webgl glue codeRehkitzdev2021-12-111-5/+5
* Add vendor packages for the `js_wasm32` targetgingerBill2021-11-097-0/+2366