mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-19 20:14:04 +00:00
ff15b474fd
These files are plain text and have no shebang.
14 lines
331 B
Go
14 lines
331 B
Go
// Code generated by wit-bindgen-go. DO NOT EDIT.
|
|
|
|
package terminalstdin
|
|
|
|
import (
|
|
"internal/cm"
|
|
)
|
|
|
|
// This file contains wasmimport and wasmexport declarations for "wasi:cli@0.2.0".
|
|
|
|
//go:wasmimport wasi:cli/terminal-stdin@0.2.0 get-terminal-stdin
|
|
//go:noescape
|
|
func wasmimport_GetTerminalStdin(result *cm.Option[TerminalInput])
|