Documentation
¶
Rendered for js/wasm
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type RuntimeStack ¶
type RuntimeStack struct {
WebRuntime web_runtime.WebRuntime
// contains filtered or unexported fields
}
RuntimeStack contains the started browser runtime stack.
func StartRuntimeStack ¶
func StartRuntimeStack( ctx context.Context, le *logrus.Entry, b bus.Bus, opts RuntimeStackOpts, ) (*RuntimeStack, error)
StartRuntimeStack starts the browser WebRuntime.
func (*RuntimeStack) Release ¶
func (s *RuntimeStack) Release()
Release releases the runtime stack in reverse startup order.
Click to show internal directories.
Click to hide internal directories.