wasm-nats-producer-client/gen/wasi/config/runtime/abi.go

21 lines
475 B
Go
Raw Permalink Normal View History

2024-12-14 01:15:08 +00:00
// Code generated by wit-bindgen-go. DO NOT EDIT.
package runtime
import (
"github.com/bytecodealliance/wasm-tools-go/cm"
"unsafe"
)
// OptionStringShape is used for storage in variant or result types.
type OptionStringShape struct {
_ cm.HostLayout
shape [unsafe.Sizeof(cm.Option[string]{})]byte
}
// ConfigErrorShape is used for storage in variant or result types.
type ConfigErrorShape struct {
_ cm.HostLayout
shape [unsafe.Sizeof(ConfigError{})]byte
}