growtopia.wasm
    Preparing search index...

    Function init

    • Initializes the WebAssembly core environment for the ENet library. Must be invoked prior to instantiating any ENet client or server. In Node.js environments, it automatically locates and reads the compiled WASM binary.

      Parameters

      • Optionalinput: any

        Optional WASM binary ArrayBuffer, Buffer, or WebAssembly Module instance.

      Returns Promise<void>