Skip to main content

Module loader

Module loader 

Source

Structs§

FileContent
Source content plus a cwd-relative display path for diagnostics. display_path matches name for loaders that have no notion of cwd (test/overlay loaders); the CLI’s filesystem loader sets it to the path relative to the process cwd.
MemoryLoader
In-memory Loader keyed by folder. Use for tests, benches, the wasm playground, and anywhere the source content does not live on disk.

Traits§

Loader

Type Aliases§

Files