Remix
Remix
remix/ui · TypeView Source

RunInit

Summary

Options for starting the client runtime with run.

Signature

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