Moref
04/02/2026, 4:39 PMOliver.O
04/02/2026, 4:57 PMjsMain is the JavaScript-only target for Node and browsers.
• wasmJsMain targets WebAssembly in a JS-hosted environment (Node, browsers) with access to a JS API (in contrast to Wasm/WASI where there is no JS API, but WASI instead).
• webMain is the common target for the other two:Moref
04/02/2026, 4:59 PMOliver.O
04/02/2026, 5:09 PM