aboutsummaryrefslogtreecommitdiff
path: root/base/runtime/internal.odin
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #3592 from laytan/wasm-gpagingerBill2024-05-201-0/+30
|\ | | | | add a default heap/general purpose allocator for wasm to `base:runtime`
| * add a default heap/general purpose allocator for wasm to `base:runtime`Laytan Laats2024-05-161-1/+31
| |
* | arm32 now compiles and runs demojasonkercher2024-05-101-1/+5
|/
* Fix #3459gingerBill2024-04-301-4/+4
|
* Improve codegen for `bit_field [N]T` compound literalsgingerBill2024-04-241-6/+4
|
* fix wasm with `-target-features:"simd128"`Laytan Laats2024-03-221-3/+5
| | | | | | | | the required procs within wasm would compile to take native v128 arguments in, but the procs are supposed to take in i64's causing bad wasm modules. Fixes #3263
* Add general support for `bit_field`sgingerBill2024-02-221-0/+22
|
* `RUNTIME_REQUIRE :: false`gingerBill2024-02-021-1/+1
|
* Add `contextless` where missinggingerBill2024-02-021-2/+2
|
* Remove `core:os` dependency from `base:runtime`; change to `base:intrinsics`gingerBill2024-01-281-1/+1
|
* Move `core:runtime` to `base:runtime`; keep alias aroundgingerBill2024-01-281-0/+1036