// crates/ling-wasm/src/lib.rs — wasm-bindgen entry points for the Ling WebGL runner.
use *;
/// Initialise the rendering context on the given OffscreenCanvas.
/// Must be called once before run_program.
/// Parse and execute a Ling source program.
/// Graphics output is rendered via the context set up by init_canvas.