The function size at which we always inline.
Whether considering that the code outside of the module does not inspect or interact with GC and function references.
Is generating debug information currently enabled?
Whether fast math optimizations are enabled, ignoring for example corner cases of floating-point math like NaN changes.
The function size which we inline when functions are lightweight.
Generate StackIR during binary writing?
Can the low 1K of memory be considered unused when optimizing?
The function size which we inline when there is only one caller.
The currently set optimize level. 0, 1, 2 correspond to -O0, -O1, -O2, etc.
Optimize StackIR during binary writing?
The currently set shrink level. 0, 1, 2 correspond to -O0, -Os, -Oz.
Whether no traps can be considered reached at runtime when optimizing.
Will an imported memory be zero-initialized speculation?
Add a pass to the set of passes to skip.
Clears all arbitrary pass arguments.
Clears the set of passes to skip.
Gets the value of the specified arbitrary pass argument.
Gets whether a pass is in the set of passes to skip.
Sets the value of the specified arbitrary pass argument.
Removes the respective argument if value is undefined or an empty string.
Optionalvalue: string
Are functions with loops allowed to be inlined?