add a default heap/general purpose allocator for wasm to base:runtime

This commit is contained in:
Laytan Laats
2024-05-16 23:08:40 +02:00
parent f9fd8f0c25
commit f42b1c4973
6 changed files with 906 additions and 13 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 {