Expand description

The links used to resolve routines.

For server-sided links, a new link should be created for each connection.

Structs

  • A Link implemented with fetch, this requires a WebAssembly target with available global fetch.
  • A Link that resolves routine with local resolvers.
  • A Link that does nothing.

Traits

  • Common methods across all links.