Skip to main content

Module pipeline

Module pipeline 

Source
Expand description

The single-module pipeline — a port of the reference implementation’s pipeline.ts: bind and evaluate every output of one module’s declarations (the judgment the conformance runner applies), and the source-level report that front-ends and embedders consume.

Structs§

Pipeline
Report

Enums§

Phase
the phase that decided a source-level report

Functions§

evaluate_source
parse, check, and evaluate one module given as source text
run_pipeline