aboutsummaryrefslogtreecommitdiff
path: root/core/runtime/procs_wasm32.odin
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of https://github.com/odin-lang/OdingingerBill2021-12-091-12/+29
* Begin work in semi-standardized `js_wasm32` targetgingerBill2021-11-071-1/+5
* Fix typosgingerBill2021-11-071-2/+2
* Improve support for `freestanding_wasm32`gingerBill2021-11-071-2/+13
* `@(linkage=<string>)` for procedures and variables; `@(require)` for procedur...gingerBill2021-11-041-1/+2
* Add procs for wasm32gingerBill2021-10-311-0/+7
* Unify `memset` usage across platforms and `core:c/libc`gingerBill2021-09-101-15/+0
* libc changes: unify c and libc types; Add `[^]T` where appropriategingerBill2021-09-101-12/+9
* Clean-up OS constants; Clean-up procs_wasm32.odingingerBill2020-07-091-0/+1
* Add `raw_data` to replace cases in which `&x[0]` was usedgingerBill2020-06-291-0/+3
* Begin work on supporting wasm32 architecturegingerBill2020-05-251-0/+14