[][src]Module lalrpop_lambda::wasm

WASM types for use in JS.

Once this module is compiled to WASM, it must be loaded. Read more about Loading and running WebAssembly code.

const module_path = "./node_modules/lalrpop-lambda/lalrpop_lambda.js";
import(module_path).then(lambda => { ... });

See examples/site for more.

Structs

Exp

A parsed λ-expression