package
1.23.0
Repository: https://github.com/shogo82148/std.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
FixValue returns val after converting and truncating it as appropriate for typ.
Implicit returns n after marking it as Implicit.
No description provided by the author
LookupFunc returns the ir.Func for an arbitrary full symbol name if that function exists in the set of available export data.
MakeWrappers constructs all wrapper methods needed for the target compilation unit.
PostLookupCleanup performs cleanup operations needed after a series of calls to LookupFunc, specifically invoking readBodies to post-process any funcs on the "todoBodies" list that were added as a result of the lookup operations.
No description provided by the author
No description provided by the author

# Structs

WasmExport stores metadata associated with the //go:wasmexport pragma.
WasmImport stores metadata associated with the //go:wasmimport pragma.

# Interfaces

No description provided by the author