voronoid WASM API
    Preparing search index...

    Function initSync

    • Instantiates the given module, which can either be bytes or a precompiled WebAssembly.Module.

      Parameters

      • module:
            | { memory?: Memory; module: SyncInitInput; thread_stack_size?: number }
            | SyncInitInput

        Passing SyncInitInput directly is deprecated.

      • Optionalmemory: Memory

        Deprecated.

      Returns InitOutput