Guess the number: Difference between revisions

m
Line 3,380:
 
=={{header|WebAssembly}}==
Uses [https://github.com/WebAssembly/WASI WASI] for I/O and random number generation. May be run directly with [https://github.com/bytecodealliance/wasmtime wasmtime].
<lang WebAssembly>(module
(import "wasi_unstable" "fd_read"
222

edits