Documentation ¶
Overview ¶
Code generated by wazero-emscripten-embind, DO NOT EDIT.
Code generated by wazero-emscripten-embind, DO NOT EDIT.
Code generated by wazero-emscripten-embind, DO NOT EDIT.
Code generated by wazero-emscripten-embind, DO NOT EDIT.
Index ¶
Constants ¶
View Source
const Constant_SOME_CONSTANT_1 = bool(false)
View Source
const Constant_SOME_CONSTANT_10 = uint16(10)
View Source
const Constant_SOME_CONSTANT_11 = uint8(11)
View Source
const Constant_SOME_CONSTANT_12 = uint32(12)
View Source
const Constant_SOME_CONSTANT_13 = string("TestWideString")
View Source
const Constant_SOME_CONSTANT_2 = float32(2)
View Source
const Constant_SOME_CONSTANT_3 = float64(3)
View Source
const Constant_SOME_CONSTANT_4 = int32(4)
View Source
const Constant_SOME_CONSTANT_5 = string("TestString")
View Source
const Constant_SOME_CONSTANT_6 = int8(67)
View Source
const Constant_SOME_CONSTANT_7 = int64(7)
View Source
const Constant_SOME_CONSTANT_8 = uint16(8)
View Source
const Constant_SOME_CONSTANT_9 = uint32(9)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type EnumNewStyle ¶
type EnumNewStyle int32
const ( EnumNewStyle_ONE EnumNewStyle = 0 EnumNewStyle_TWO EnumNewStyle = 1 )
func (EnumNewStyle) Type ¶
func (enum EnumNewStyle) Type() any
func (EnumNewStyle) Values ¶
func (enum EnumNewStyle) Values() map[string]any
type EnumOldStyle ¶
type EnumOldStyle uint32
const ( EnumOldStyle_ONE EnumOldStyle = 0 EnumOldStyle_TWO EnumOldStyle = 1 )
func Enum_in_enum_out ¶
func Enum_in_enum_out(e embind.Engine, ctx context.Context, arg0 EnumNewStyle) (EnumOldStyle, error)
func (EnumOldStyle) Type ¶
func (enum EnumOldStyle) Type() any
func (EnumOldStyle) Values ¶
func (enum EnumOldStyle) Values() map[string]any
Click to show internal directories.
Click to hide internal directories.