1 2 3 4 5 6 7
package local:wasi-test; world wasi-test { import wasi:random/random@0.2.6; export get-random-u64: func() -> u64; }