Supports_Directories :: false
Supports_Os :: false
Supports_Processes :: false
-Supports_Time :: false
+Supports_Time :: true
Supports_Networking :: false
Supports_Type_Info :: true
Supports_Threads :: true
__output_string :: (s: str) -> u32 #foreign "host" "print_str" ---
__output_error :: (s: str) -> u32 #foreign "host" "print_str" ---
__exit :: (status: i32) -> void #foreign "host" "exit" ---
+__time :: () -> i64 #foreign "host" "time" ---
__read_from_input :: (buf: [] u8) -> u32 do return 0;
// Sets up everything needed for execution.