mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-17 11:13:27 +00:00
18 lines
480 B
Go
Executable File
18 lines
480 B
Go
Executable File
// Code generated by wit-bindgen-go. DO NOT EDIT.
|
|
|
|
package insecure
|
|
|
|
import (
|
|
"internal/cm"
|
|
)
|
|
|
|
// This file contains wasmimport and wasmexport declarations for "wasi:random@0.2.0".
|
|
|
|
//go:wasmimport wasi:random/insecure@0.2.0 get-insecure-random-bytes
|
|
//go:noescape
|
|
func wasmimport_GetInsecureRandomBytes(len0 uint64, result *cm.List[uint8])
|
|
|
|
//go:wasmimport wasi:random/insecure@0.2.0 get-insecure-random-u64
|
|
//go:noescape
|
|
func wasmimport_GetInsecureRandomU64() (result0 uint64)
|