RunInit

View Source

Summary

Options for starting the client runtime with run.

Signature

type RunInit = {
  loadModule: LoadModule;
  resolveFrame?: ResolveFrame;
};