aboutsummaryrefslogtreecommitdiff
path: root/core/runtime/procs.odin
Commit message (Expand)AuthorAgeFilesLines
* Add `memmove` and `memset` support for `wasm`gingerBill2021-10-311-7/+34
* Remove explicit link name from `runtime.memset`gingerBill2021-10-161-2/+1
* Make `runtime.memset` use `int` for the length from `uint`gingerBill2021-09-231-1/+1
* Add other constants to c and libcgingerBill2021-09-101-1/+1
* Add procs.odingingerBill2021-09-101-0/+13