wasm-nats-producer-client/gen/wasi/sockets/ip-name-lookup/abi.go
2024-12-14 02:15:08 +01:00

15 lines
324 B
Go

// Code generated by wit-bindgen-go. DO NOT EDIT.
package ipnamelookup
import (
"github.com/bytecodealliance/wasm-tools-go/cm"
"unsafe"
)
// OptionIPAddressShape is used for storage in variant or result types.
type OptionIPAddressShape struct {
_ cm.HostLayout
shape [unsafe.Sizeof(cm.Option[IPAddress]{})]byte
}