Options
All
  • Public
  • Public/Protected
  • All
Menu

Adjust compiler behavior

Hierarchy

  • CompilerOptions

Index

Properties

noRuntime?: boolean

Should we not include the normal runtime boilerplate in the output wat?

Program unlikely to run but useful for debugging

nurserySize?: number

How many bytes should be reserved for the nursery (default: 524288)

optLevel?: number

How aggressively should this program be optimized? (default: 1)

stackSize?: number

How many bytes should be reserved for the stack (default: 1024000)

Generated using TypeDoc