@lelantos-org/sdk / prover / configureProverWasm
Function: configureProverWasm() โ
ts
function configureProverWasm(loader): void;Defined in: @lelantos-org/sdk/dist/prover/wasm-loader.d.ts:27
Browser bundlers rewrite the relative-path fallback to a runtime-missing path. Inject a loader that resolves the wasm-pack module + binary via the bundler's asset-URL pipeline before WasmProver.build().
Parameters โ
| Parameter | Type |
|---|---|
loader | ProverWasmLoader |
Returns โ
void