Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IntegralPilot/wasm_os
/ println
Function
println
stdlib/as/std.ts:10–13 ·
view source on GitHub ↗
(message: string)
Source
from the content-addressed store, hash-verified
8
}
9
10
export
function
println(message: string): void {
11
print(message);
12
putchar(10);
// Print newline character
13
}
Callers
2
main
Function · 0.90
_start
Function · 0.50
Calls
1
print
Function · 0.70
Tested by
no test coverage detected