WASM_FILES: {
    lib: "lib.js";
    spawn: "spawn.js";
    wasm: "96d038089797746d7695.wasm";
    wasmAlt: "tlsn_wasm_bg.wasm";
    wasmLoader: "tlsn_wasm.js";
    worker: "a6de6b189c13ad309102.js";
} = ...

WASM file manifest - these files must be available at wasmBasePath

Type declaration

  • Readonlylib: "lib.js"

    Main library JS

  • Readonlyspawn: "spawn.js"

    Spawn helper JS

  • Readonlywasm: "96d038089797746d7695.wasm"

    Main WASM binary

  • ReadonlywasmAlt: "tlsn_wasm_bg.wasm"

    Alternative WASM binary name (for compatibility)

  • ReadonlywasmLoader: "tlsn_wasm.js"

    WASM loader JS

  • Readonlyworker: "a6de6b189c13ad309102.js"

    Worker helper JS