Function instantiateRustWasm

  • Note, most of this method is translated and boiled-down from the wasm-pack workflow. Significant changes to wasm-bindgen or wasm-pack build will likely require modifications to this method.

    Parameters

    • webassemblyBytes: ArrayBuffer
    • expectedImportModuleName: string
    • hashExportName: string
    • initExportName: string
    • updateExportName: string
    • finalExportName: string

    Returns Promise<HashFunction>

Generated using TypeDoc