hashbrown

createRuntime

Creates a new runtime.

API

declare function createRuntime(
  options:  CreateRuntimeOptions ,
):  RuntimeRef; 
createRuntime
RuntimeRef
@paramoptions:
CreateRuntimeOptions

The options for creating the runtime.

@returns
RuntimeRef