mirror of
https://github.com/Noratrieb/riverdelta.git
synced 2026-01-14 16:35:03 +01:00
6 lines
196 B
Text
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);
|
|
);
|