Documentation ¶
Index ¶
- Variables
- func CurrentErrorHandler() func(error)
- func RunTest(t *testing.T, f func())
- func SetErrorHandler(f func(error)) func(error)
- func WithCurrentErrorHandler(f func(func(error)))
- func WithCurrentInstance[T any](f func(*Instance) T) T
- func WithErrorHandler(handler func(error), f func())
- func WithInstance(i *Instance, f func())
- type Config
- type Instance
Constants ¶
This section is empty.
Variables ¶
var Passthrough []byte
Passthrough is a default passthrough Wasm component, which reexports all standard WASI interfaces
Functions ¶
func CurrentErrorHandler ¶
func CurrentErrorHandler() func(error)
CurrentErrorHandler atomically loads the current global error handler. CurrentErrorHandler is safe for concurrent use.
func RunTest ¶
RunTest executes `f` with current global `wadge` Instance and global error handler, which calls `t.Fatal` on errors. RunTest is safe for concurrent use, but calling it from within `f` will cause a deadlock.
func SetErrorHandler ¶
SetErrorHandler atomically sets a global error handler and returns previous value. SetErrorHandler is safe for concurrent use.
func WithCurrentErrorHandler ¶
func WithCurrentErrorHandler(f func(func(error)))
WithCurrentErrorHandler executes `f` with current global error handler. WithCurrentErrorHandler is safe for concurrent use, but calling it from within `f` will cause a deadlock.
func WithCurrentInstance ¶
WithCurrentInstance executes `f` with current global `wadge` Instance. WithCurrentInstance is safe for concurrent use, but calling it from within `f` will cause a deadlock. If no global `wadge` Instance has been configured, WithCurrentInstance will attempt to use `Passthrough`. It will call `log.Fatal` if instantiating it fails.
func WithErrorHandler ¶
func WithErrorHandler(handler func(error), f func())
WithErrorHandler executes `f` with `handler` as the global error handler resetting it back to previous value once `f` returns WithErrorHandler is safe for concurrent use, but calling it from within `handler` or `f` will cause a deadlock
func WithInstance ¶
func WithInstance(i *Instance, f func())
WithInstance executes `f` with `i` as the global `wadge` Instance resetting it back to previous value once `f` returns WithInstance is safe for concurrent use, but calling it from within `f` will cause a deadlock
Types ¶
type Config ¶
type Config struct { // Wasm is the component bytes to instantiate, this can either be // binary Wasm or WAT. // In case a Wasm module is specified here, the runtime will componentize it. Wasm []byte }
Config is `wadge` runtime configuration
type Instance ¶
type Instance struct {
// contains filtered or unexported fields
}
Instance is an instantiated Wasm component in `wadge` runtime
func NewInstance ¶
NewInstance instantiates a new Wasm component in `wadge` runtime given a `Config`.
func SetInstance ¶
SetInstance atomically sets a global `wadge` Instance. SetInstance is safe for concurrent use.
Directories ¶
Path | Synopsis |
---|---|
wadge/wadge/imports
Package imports represents the world "wadge:wadge/imports@0.1.0".
|
Package imports represents the world "wadge:wadge/imports@0.1.0". |
wasi/cli/environment
Package environment represents the imported interface "wasi:cli/environment@0.2.1".
|
Package environment represents the imported interface "wasi:cli/environment@0.2.1". |
wasi/cli/exit
Package exit represents the imported interface "wasi:cli/exit@0.2.1".
|
Package exit represents the imported interface "wasi:cli/exit@0.2.1". |
wasi/cli/imports
Package imports represents the world "wasi:cli/imports@0.2.1".
|
Package imports represents the world "wasi:cli/imports@0.2.1". |
wasi/cli/stderr
Package stderr represents the imported interface "wasi:cli/stderr@0.2.1".
|
Package stderr represents the imported interface "wasi:cli/stderr@0.2.1". |
wasi/cli/stdin
Package stdin represents the imported interface "wasi:cli/stdin@0.2.1".
|
Package stdin represents the imported interface "wasi:cli/stdin@0.2.1". |
wasi/cli/stdout
Package stdout represents the imported interface "wasi:cli/stdout@0.2.1".
|
Package stdout represents the imported interface "wasi:cli/stdout@0.2.1". |
wasi/cli/terminal-input
Package terminalinput represents the imported interface "wasi:cli/terminal-input@0.2.1".
|
Package terminalinput represents the imported interface "wasi:cli/terminal-input@0.2.1". |
wasi/cli/terminal-output
Package terminaloutput represents the imported interface "wasi:cli/terminal-output@0.2.1".
|
Package terminaloutput represents the imported interface "wasi:cli/terminal-output@0.2.1". |
wasi/cli/terminal-stderr
Package terminalstderr represents the imported interface "wasi:cli/terminal-stderr@0.2.1".
|
Package terminalstderr represents the imported interface "wasi:cli/terminal-stderr@0.2.1". |
wasi/cli/terminal-stdin
Package terminalstdin represents the imported interface "wasi:cli/terminal-stdin@0.2.1".
|
Package terminalstdin represents the imported interface "wasi:cli/terminal-stdin@0.2.1". |
wasi/cli/terminal-stdout
Package terminalstdout represents the imported interface "wasi:cli/terminal-stdout@0.2.1".
|
Package terminalstdout represents the imported interface "wasi:cli/terminal-stdout@0.2.1". |
wasi/clocks/imports
Package imports represents the world "wasi:clocks/imports@0.2.1".
|
Package imports represents the world "wasi:clocks/imports@0.2.1". |
wasi/clocks/monotonic-clock
Package monotonicclock represents the imported interface "wasi:clocks/monotonic-clock@0.2.1".
|
Package monotonicclock represents the imported interface "wasi:clocks/monotonic-clock@0.2.1". |
wasi/clocks/timezone
Package timezone represents the imported interface "wasi:clocks/timezone@0.2.1".
|
Package timezone represents the imported interface "wasi:clocks/timezone@0.2.1". |
wasi/clocks/wall-clock
Package wallclock represents the imported interface "wasi:clocks/wall-clock@0.2.1".
|
Package wallclock represents the imported interface "wasi:clocks/wall-clock@0.2.1". |
wasi/filesystem/imports
Package imports represents the world "wasi:filesystem/imports@0.2.1".
|
Package imports represents the world "wasi:filesystem/imports@0.2.1". |
wasi/filesystem/preopens
Package preopens represents the imported interface "wasi:filesystem/preopens@0.2.1".
|
Package preopens represents the imported interface "wasi:filesystem/preopens@0.2.1". |
wasi/filesystem/types
Package types represents the imported interface "wasi:filesystem/types@0.2.1".
|
Package types represents the imported interface "wasi:filesystem/types@0.2.1". |
wasi/http/imports
Package imports represents the world "wasi:http/imports@0.2.1".
|
Package imports represents the world "wasi:http/imports@0.2.1". |
wasi/http/outgoing-handler
Package outgoinghandler represents the imported interface "wasi:http/outgoing-handler@0.2.1".
|
Package outgoinghandler represents the imported interface "wasi:http/outgoing-handler@0.2.1". |
wasi/http/types
Package types represents the imported interface "wasi:http/types@0.2.1".
|
Package types represents the imported interface "wasi:http/types@0.2.1". |
wasi/io/error
Package ioerror represents the imported interface "wasi:io/error@0.2.1".
|
Package ioerror represents the imported interface "wasi:io/error@0.2.1". |
wasi/io/imports
Package imports represents the world "wasi:io/imports@0.2.1".
|
Package imports represents the world "wasi:io/imports@0.2.1". |
wasi/io/poll
Package poll represents the imported interface "wasi:io/poll@0.2.1".
|
Package poll represents the imported interface "wasi:io/poll@0.2.1". |
wasi/io/streams
Package streams represents the imported interface "wasi:io/streams@0.2.1".
|
Package streams represents the imported interface "wasi:io/streams@0.2.1". |
wasi/logging/imports
Package imports represents the world "wasi:logging/imports@0.1.0-draft".
|
Package imports represents the world "wasi:logging/imports@0.1.0-draft". |
wasi/logging/logging
Package logging represents the imported interface "wasi:logging/logging@0.1.0-draft".
|
Package logging represents the imported interface "wasi:logging/logging@0.1.0-draft". |
wasi/random/imports
Package imports represents the world "wasi:random/imports@0.2.1".
|
Package imports represents the world "wasi:random/imports@0.2.1". |
wasi/random/insecure
Package insecure represents the imported interface "wasi:random/insecure@0.2.1".
|
Package insecure represents the imported interface "wasi:random/insecure@0.2.1". |
wasi/random/insecure-seed
Package insecureseed represents the imported interface "wasi:random/insecure-seed@0.2.1".
|
Package insecureseed represents the imported interface "wasi:random/insecure-seed@0.2.1". |
wasi/random/random
Package random represents the imported interface "wasi:random/random@0.2.1".
|
Package random represents the imported interface "wasi:random/random@0.2.1". |
wasi/sockets/imports
Package imports represents the world "wasi:sockets/imports@0.2.1".
|
Package imports represents the world "wasi:sockets/imports@0.2.1". |
wasi/sockets/instance-network
Package instancenetwork represents the imported interface "wasi:sockets/instance-network@0.2.1".
|
Package instancenetwork represents the imported interface "wasi:sockets/instance-network@0.2.1". |
wasi/sockets/ip-name-lookup
Package ipnamelookup represents the imported interface "wasi:sockets/ip-name-lookup@0.2.1".
|
Package ipnamelookup represents the imported interface "wasi:sockets/ip-name-lookup@0.2.1". |
wasi/sockets/network
Package network represents the imported interface "wasi:sockets/network@0.2.1".
|
Package network represents the imported interface "wasi:sockets/network@0.2.1". |
wasi/sockets/tcp
Package tcp represents the imported interface "wasi:sockets/tcp@0.2.1".
|
Package tcp represents the imported interface "wasi:sockets/tcp@0.2.1". |
wasi/sockets/tcp-create-socket
Package tcpcreatesocket represents the imported interface "wasi:sockets/tcp-create-socket@0.2.1".
|
Package tcpcreatesocket represents the imported interface "wasi:sockets/tcp-create-socket@0.2.1". |
wasi/sockets/udp
Package udp represents the imported interface "wasi:sockets/udp@0.2.1".
|
Package udp represents the imported interface "wasi:sockets/udp@0.2.1". |
wasi/sockets/udp-create-socket
Package udpcreatesocket represents the imported interface "wasi:sockets/udp-create-socket@0.2.1".
|
Package udpcreatesocket represents the imported interface "wasi:sockets/udp-create-socket@0.2.1". |
wasiext/http/ext
Package ext represents the imported interface "wasiext:http/ext@0.1.0".
|
Package ext represents the imported interface "wasiext:http/ext@0.1.0". |
wasiext/http/imports
Package imports represents the world "wasiext:http/imports@0.1.0".
|
Package imports represents the world "wasiext:http/imports@0.1.0". |
cmd
|
|
examples
|
|
go/http/bindings/wadge-examples/http/app
Package app represents the world "wadge-examples:http/app".
|
Package app represents the world "wadge-examples:http/app". |
go/http/bindings/wasi/cli/environment
Package environment represents the imported interface "wasi:cli/environment@0.2.0".
|
Package environment represents the imported interface "wasi:cli/environment@0.2.0". |
go/http/bindings/wasi/cli/exit
Package exit represents the imported interface "wasi:cli/exit@0.2.0".
|
Package exit represents the imported interface "wasi:cli/exit@0.2.0". |
go/http/bindings/wasi/cli/stderr
Package stderr represents the imported interface "wasi:cli/stderr@0.2.0".
|
Package stderr represents the imported interface "wasi:cli/stderr@0.2.0". |
go/http/bindings/wasi/cli/stdin
Package stdin represents the imported interface "wasi:cli/stdin@0.2.0".
|
Package stdin represents the imported interface "wasi:cli/stdin@0.2.0". |
go/http/bindings/wasi/cli/stdout
Package stdout represents the imported interface "wasi:cli/stdout@0.2.0".
|
Package stdout represents the imported interface "wasi:cli/stdout@0.2.0". |
go/http/bindings/wasi/cli/terminal-input
Package terminalinput represents the imported interface "wasi:cli/terminal-input@0.2.0".
|
Package terminalinput represents the imported interface "wasi:cli/terminal-input@0.2.0". |
go/http/bindings/wasi/cli/terminal-output
Package terminaloutput represents the imported interface "wasi:cli/terminal-output@0.2.0".
|
Package terminaloutput represents the imported interface "wasi:cli/terminal-output@0.2.0". |
go/http/bindings/wasi/cli/terminal-stderr
Package terminalstderr represents the imported interface "wasi:cli/terminal-stderr@0.2.0".
|
Package terminalstderr represents the imported interface "wasi:cli/terminal-stderr@0.2.0". |
go/http/bindings/wasi/cli/terminal-stdin
Package terminalstdin represents the imported interface "wasi:cli/terminal-stdin@0.2.0".
|
Package terminalstdin represents the imported interface "wasi:cli/terminal-stdin@0.2.0". |
go/http/bindings/wasi/cli/terminal-stdout
Package terminalstdout represents the imported interface "wasi:cli/terminal-stdout@0.2.0".
|
Package terminalstdout represents the imported interface "wasi:cli/terminal-stdout@0.2.0". |
go/http/bindings/wasi/clocks/monotonic-clock
Package monotonicclock represents the imported interface "wasi:clocks/monotonic-clock@0.2.0".
|
Package monotonicclock represents the imported interface "wasi:clocks/monotonic-clock@0.2.0". |
go/http/bindings/wasi/clocks/wall-clock
Package wallclock represents the imported interface "wasi:clocks/wall-clock@0.2.0".
|
Package wallclock represents the imported interface "wasi:clocks/wall-clock@0.2.0". |
go/http/bindings/wasi/filesystem/preopens
Package preopens represents the imported interface "wasi:filesystem/preopens@0.2.0".
|
Package preopens represents the imported interface "wasi:filesystem/preopens@0.2.0". |
go/http/bindings/wasi/filesystem/types
Package types represents the imported interface "wasi:filesystem/types@0.2.0".
|
Package types represents the imported interface "wasi:filesystem/types@0.2.0". |
go/http/bindings/wasi/http/incoming-handler
Package incominghandler represents the exported interface "wasi:http/incoming-handler@0.2.0".
|
Package incominghandler represents the exported interface "wasi:http/incoming-handler@0.2.0". |
go/http/bindings/wasi/http/outgoing-handler
Package outgoinghandler represents the imported interface "wasi:http/outgoing-handler@0.2.0".
|
Package outgoinghandler represents the imported interface "wasi:http/outgoing-handler@0.2.0". |
go/http/bindings/wasi/http/types
Package types represents the imported interface "wasi:http/types@0.2.0".
|
Package types represents the imported interface "wasi:http/types@0.2.0". |
go/http/bindings/wasi/io/error
Package ioerror represents the imported interface "wasi:io/error@0.2.0".
|
Package ioerror represents the imported interface "wasi:io/error@0.2.0". |
go/http/bindings/wasi/io/poll
Package poll represents the imported interface "wasi:io/poll@0.2.0".
|
Package poll represents the imported interface "wasi:io/poll@0.2.0". |
go/http/bindings/wasi/io/streams
Package streams represents the imported interface "wasi:io/streams@0.2.0".
|
Package streams represents the imported interface "wasi:io/streams@0.2.0". |
go/http/bindings/wasi/random/insecure
Package insecure represents the imported interface "wasi:random/insecure@0.2.0".
|
Package insecure represents the imported interface "wasi:random/insecure@0.2.0". |
go/http/bindings/wasi/random/insecure-seed
Package insecureseed represents the imported interface "wasi:random/insecure-seed@0.2.0".
|
Package insecureseed represents the imported interface "wasi:random/insecure-seed@0.2.0". |
go/http/bindings/wasi/random/random
Package random represents the imported interface "wasi:random/random@0.2.0".
|
Package random represents the imported interface "wasi:random/random@0.2.0". |
go/http/bindings/wasi/sockets/instance-network
Package instancenetwork represents the imported interface "wasi:sockets/instance-network@0.2.0".
|
Package instancenetwork represents the imported interface "wasi:sockets/instance-network@0.2.0". |
go/http/bindings/wasi/sockets/ip-name-lookup
Package ipnamelookup represents the imported interface "wasi:sockets/ip-name-lookup@0.2.0".
|
Package ipnamelookup represents the imported interface "wasi:sockets/ip-name-lookup@0.2.0". |
go/http/bindings/wasi/sockets/network
Package network represents the imported interface "wasi:sockets/network@0.2.0".
|
Package network represents the imported interface "wasi:sockets/network@0.2.0". |
go/http/bindings/wasi/sockets/tcp
Package tcp represents the imported interface "wasi:sockets/tcp@0.2.0".
|
Package tcp represents the imported interface "wasi:sockets/tcp@0.2.0". |
go/http/bindings/wasi/sockets/tcp-create-socket
Package tcpcreatesocket represents the imported interface "wasi:sockets/tcp-create-socket@0.2.0".
|
Package tcpcreatesocket represents the imported interface "wasi:sockets/tcp-create-socket@0.2.0". |
go/http/bindings/wasi/sockets/udp
Package udp represents the imported interface "wasi:sockets/udp@0.2.0".
|
Package udp represents the imported interface "wasi:sockets/udp@0.2.0". |
go/http/bindings/wasi/sockets/udp-create-socket
Package udpcreatesocket represents the imported interface "wasi:sockets/udp-create-socket@0.2.0".
|
Package udpcreatesocket represents the imported interface "wasi:sockets/udp-create-socket@0.2.0". |
internal
|
|
tests
|
|
go/sync/bindings/wadge-test/sync/guest
Package guest represents the world "wadge-test:sync/guest".
|
Package guest represents the world "wadge-test:sync/guest". |
go/sync/bindings/wadge-test/sync/sync
Package sync represents the imported interface "wadge-test:sync/sync".
|
Package sync represents the imported interface "wadge-test:sync/sync". |
go/wasi/bindings/wadge-test/fib/fib
Package fib represents the imported interface "wadge-test:fib/fib".
|
Package fib represents the imported interface "wadge-test:fib/fib". |
go/wasi/bindings/wadge-test/leftpad/leftpad
Package leftpad represents the imported interface "wadge-test:leftpad/leftpad".
|
Package leftpad represents the imported interface "wadge-test:leftpad/leftpad". |
go/wasi/bindings/wadge-test/wasi/service
Package service represents the world "wadge-test:wasi/service".
|
Package service represents the world "wadge-test:wasi/service". |
go/wasi/bindings/wasi/cli/environment
Package environment represents the imported interface "wasi:cli/environment@0.2.1".
|
Package environment represents the imported interface "wasi:cli/environment@0.2.1". |
go/wasi/bindings/wasi/cli/exit
Package exit represents the imported interface "wasi:cli/exit@0.2.1".
|
Package exit represents the imported interface "wasi:cli/exit@0.2.1". |
go/wasi/bindings/wasi/cli/stderr
Package stderr represents the imported interface "wasi:cli/stderr@0.2.1".
|
Package stderr represents the imported interface "wasi:cli/stderr@0.2.1". |
go/wasi/bindings/wasi/cli/stdin
Package stdin represents the imported interface "wasi:cli/stdin@0.2.1".
|
Package stdin represents the imported interface "wasi:cli/stdin@0.2.1". |
go/wasi/bindings/wasi/cli/stdout
Package stdout represents the imported interface "wasi:cli/stdout@0.2.1".
|
Package stdout represents the imported interface "wasi:cli/stdout@0.2.1". |
go/wasi/bindings/wasi/cli/terminal-input
Package terminalinput represents the imported interface "wasi:cli/terminal-input@0.2.1".
|
Package terminalinput represents the imported interface "wasi:cli/terminal-input@0.2.1". |
go/wasi/bindings/wasi/cli/terminal-output
Package terminaloutput represents the imported interface "wasi:cli/terminal-output@0.2.1".
|
Package terminaloutput represents the imported interface "wasi:cli/terminal-output@0.2.1". |
go/wasi/bindings/wasi/cli/terminal-stderr
Package terminalstderr represents the imported interface "wasi:cli/terminal-stderr@0.2.1".
|
Package terminalstderr represents the imported interface "wasi:cli/terminal-stderr@0.2.1". |
go/wasi/bindings/wasi/cli/terminal-stdin
Package terminalstdin represents the imported interface "wasi:cli/terminal-stdin@0.2.1".
|
Package terminalstdin represents the imported interface "wasi:cli/terminal-stdin@0.2.1". |
go/wasi/bindings/wasi/cli/terminal-stdout
Package terminalstdout represents the imported interface "wasi:cli/terminal-stdout@0.2.1".
|
Package terminalstdout represents the imported interface "wasi:cli/terminal-stdout@0.2.1". |
go/wasi/bindings/wasi/clocks/monotonic-clock
Package monotonicclock represents the imported interface "wasi:clocks/monotonic-clock@0.2.1".
|
Package monotonicclock represents the imported interface "wasi:clocks/monotonic-clock@0.2.1". |
go/wasi/bindings/wasi/clocks/timezone
Package timezone represents the imported interface "wasi:clocks/timezone@0.2.1".
|
Package timezone represents the imported interface "wasi:clocks/timezone@0.2.1". |
go/wasi/bindings/wasi/clocks/wall-clock
Package wallclock represents the imported interface "wasi:clocks/wall-clock@0.2.1".
|
Package wallclock represents the imported interface "wasi:clocks/wall-clock@0.2.1". |
go/wasi/bindings/wasi/filesystem/preopens
Package preopens represents the imported interface "wasi:filesystem/preopens@0.2.1".
|
Package preopens represents the imported interface "wasi:filesystem/preopens@0.2.1". |
go/wasi/bindings/wasi/filesystem/types
Package types represents the imported interface "wasi:filesystem/types@0.2.1".
|
Package types represents the imported interface "wasi:filesystem/types@0.2.1". |
go/wasi/bindings/wasi/http/incoming-handler
Package incominghandler represents the exported interface "wasi:http/incoming-handler@0.2.1".
|
Package incominghandler represents the exported interface "wasi:http/incoming-handler@0.2.1". |
go/wasi/bindings/wasi/http/types
Package types represents the imported interface "wasi:http/types@0.2.1".
|
Package types represents the imported interface "wasi:http/types@0.2.1". |
go/wasi/bindings/wasi/io/error
Package ioerror represents the imported interface "wasi:io/error@0.2.1".
|
Package ioerror represents the imported interface "wasi:io/error@0.2.1". |
go/wasi/bindings/wasi/io/poll
Package poll represents the imported interface "wasi:io/poll@0.2.1".
|
Package poll represents the imported interface "wasi:io/poll@0.2.1". |
go/wasi/bindings/wasi/io/streams
Package streams represents the imported interface "wasi:io/streams@0.2.1".
|
Package streams represents the imported interface "wasi:io/streams@0.2.1". |
go/wasi/bindings/wasi/random/insecure
Package insecure represents the imported interface "wasi:random/insecure@0.2.1".
|
Package insecure represents the imported interface "wasi:random/insecure@0.2.1". |
go/wasi/bindings/wasi/random/insecure-seed
Package insecureseed represents the imported interface "wasi:random/insecure-seed@0.2.1".
|
Package insecureseed represents the imported interface "wasi:random/insecure-seed@0.2.1". |
go/wasi/bindings/wasi/random/random
Package random represents the imported interface "wasi:random/random@0.2.1".
|
Package random represents the imported interface "wasi:random/random@0.2.1". |
go/wasi/bindings/wasi/sockets/instance-network
Package instancenetwork represents the imported interface "wasi:sockets/instance-network@0.2.1".
|
Package instancenetwork represents the imported interface "wasi:sockets/instance-network@0.2.1". |
go/wasi/bindings/wasi/sockets/ip-name-lookup
Package ipnamelookup represents the imported interface "wasi:sockets/ip-name-lookup@0.2.1".
|
Package ipnamelookup represents the imported interface "wasi:sockets/ip-name-lookup@0.2.1". |
go/wasi/bindings/wasi/sockets/network
Package network represents the imported interface "wasi:sockets/network@0.2.1".
|
Package network represents the imported interface "wasi:sockets/network@0.2.1". |
go/wasi/bindings/wasi/sockets/tcp
Package tcp represents the imported interface "wasi:sockets/tcp@0.2.1".
|
Package tcp represents the imported interface "wasi:sockets/tcp@0.2.1". |
go/wasi/bindings/wasi/sockets/tcp-create-socket
Package tcpcreatesocket represents the imported interface "wasi:sockets/tcp-create-socket@0.2.1".
|
Package tcpcreatesocket represents the imported interface "wasi:sockets/tcp-create-socket@0.2.1". |
go/wasi/bindings/wasi/sockets/udp
Package udp represents the imported interface "wasi:sockets/udp@0.2.1".
|
Package udp represents the imported interface "wasi:sockets/udp@0.2.1". |
go/wasi/bindings/wasi/sockets/udp-create-socket
Package udpcreatesocket represents the imported interface "wasi:sockets/udp-create-socket@0.2.1".
|
Package udpcreatesocket represents the imported interface "wasi:sockets/udp-create-socket@0.2.1". |