mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-17 03:03:27 +00:00
2d85fc6a64
* internal/wasi: update to wasm-tools-go@v0.1.1 See https://github.com/ydnar/wasm-tools-go/releases/tag/v0.1.1 for additional information. * internal/wasi: update to wasm-tools-go@v0.1.2 * internal/wasi: regenerate with wasm-tools-go@v0.1.3
15 lines
271 B
Go
15 lines
271 B
Go
// Code generated by wit-bindgen-go. DO NOT EDIT.
|
|
|
|
//go:build !wasip1
|
|
|
|
package network
|
|
|
|
import (
|
|
"unsafe"
|
|
)
|
|
|
|
// IPv6SocketAddressShape is used for storage in variant or result types.
|
|
type IPv6SocketAddressShape struct {
|
|
shape [unsafe.Sizeof(IPv6SocketAddress{})]byte
|
|
}
|