Documentation ¶
Overview ¶
Package nguh is the Next Generation Universal Hlang compiler. nguh gives u hlang.
nguh outputs WebAssembly directly instead of shelling out to wat2wasm. It is not known to have any bugs that are not features.
Index ¶
Constants ¶
View Source
const ( SectionTypeType = 0x01 SectionTypeImport = 0x02 SectionTypeFunc = 0x03 SectionTypeExport = 0x07 SectionTypeCode = 0x0a )
WebAssembly section types
View Source
const ( ExportFunc = 0x60 WASMi32Type = 0x7f )
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.