Merge pull request #3592 from laytan/wasm-gpa

add a default heap/general purpose allocator for wasm to `base:runtime`
This commit is contained in:
gingerBill
2024-05-20 10:38:09 +01:00
committed by GitHub
6 changed files with 905 additions and 12 deletions
-2
View File
@@ -2,8 +2,6 @@
//+build wasi
package time
import wasi "core:sys/wasm/wasi"
_IS_SUPPORTED :: false
_now :: proc "contextless" () -> Time {