mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-12 15:03:41 +00:00
22 lines
565 B
Go
Executable File
22 lines
565 B
Go
Executable File
// Code generated by wit-bindgen-go. DO NOT EDIT.
|
|
|
|
package environment
|
|
|
|
import (
|
|
"internal/cm"
|
|
)
|
|
|
|
// This file contains wasmimport and wasmexport declarations for "wasi:cli@0.2.0".
|
|
|
|
//go:wasmimport wasi:cli/environment@0.2.0 get-environment
|
|
//go:noescape
|
|
func wasmimport_GetEnvironment(result *cm.List[[2]string])
|
|
|
|
//go:wasmimport wasi:cli/environment@0.2.0 get-arguments
|
|
//go:noescape
|
|
func wasmimport_GetArguments(result *cm.List[string])
|
|
|
|
//go:wasmimport wasi:cli/environment@0.2.0 initial-cwd
|
|
//go:noescape
|
|
func wasmimport_InitialCWD(result *cm.Option[string])
|