Skip to main content

Crate ling_wasm

Crate ling_wasm 

Source

Functions§

init_canvas
Initialise the rendering context on the given OffscreenCanvas. Must be called once before run_program.
run_program
Parse and execute a Ling source program. Graphics output is rendered via the context set up by init_canvas.