riverdelta/std/io.nil
2023-12-15 23:08:23 +01:00

6 lines
196 B
Text

import ("wasi_snapshot_preview1" "fd_write")
fd_write(fd: I32, ciovec_ptr: I32, ciovec_len: I32, out_ptr: I32): I32;
function print(s: String) = (
let s: (I32, I32) = ___transmute(s);
);