15 lines
380 B
Go
15 lines
380 B
Go
// Code generated by wit-bindgen-go. DO NOT EDIT.
|
|
|
|
// Package insecureseed represents the imported interface "wasi:random/insecure-seed@0.2.0".
|
|
package insecureseed
|
|
|
|
// InsecureSeed represents the imported function "insecure-seed".
|
|
//
|
|
// insecure-seed: func() -> tuple<u64, u64>
|
|
//
|
|
//go:nosplit
|
|
func InsecureSeed() (result [2]uint64) {
|
|
wasmimport_InsecureSeed(&result)
|
|
return
|
|
}
|