// 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 }