# Functions
New returns a new Runner for the provided source.
NewBundle creates a new bundle from a source file and a filesystem.
NewBundleFromArchive creates a new bundle from an lib.Archive.
NewFromArchive returns a new Runner from the source in the provided archive.
NewFromBundle returns a new Runner from the provided Bundle.
# Structs
ActiveVU holds a VU and its activation parameters.
A Bundle is a self-contained bundle of scripts and resources.
A BundleInstance is a self-contained instance of a Bundle.
Runner implements [lib.Runner] and is used to run js tests.
VU implements the [lib.VU] interface for the js [Runner].