bud.runtime
Generate an optimized runtime intended to be inlined on the page.
Usage
Enable a runtime shared amongst all entrypoints
bud.runtime()
bud.runtime(`single`)
Generate multiple runtimes (for multiple entrypoints)
bud.runtime(`multiple`)
Generate a runtime using the default compiler options
bud.runtime(true)
Disable runtime generation
bud.runtime(false)