Documentation
¶
Index ¶
Constants ¶
View Source
const ( // Gamma is the Weyl sequence constant (golden ratio point). Gamma = 0x9e3779b97f4a7c15 // M1 Mixing constants (odd numbers, ensuring coprimality with 2^64). M1 = 0xbf58476d1ce4e5b9 M2 = 0x94d049bb133111eb // InvM1 Modular Multiplicative Inverses of the mixing constants. // Calculated such that (M * InvM) == 1 (mod 2^64). // Used for the Reverse function. InvM1 = 0x96de1b173f119089 InvM2 = 0x319642b2d24d8ec3 // S1 Shift constants for the XOR-Shift steps. S1 = 30 S2 = 27 S3 = 31 )
Variables ¶
View Source
var PackageProps = packageprops.Props{ WASMWASI: packageprops.WASMCompiles, WASMJS: packageprops.WASMCompiles, WASMFreestanding: packageprops.WASMCompiles, }
PackageProps records this package's curated properties (ADR-0080). Seeded by `boxer code analysis golang wasmsurvey props generate`; curate by hand. The same group's `props verify` reconciles it.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.