@perspective-dev/client
    Preparing search index...

    Interface ServerWasmRegistration

    Engine binaries by bitness. Registering wasm64 is the opt-in for the Memory64 engine (4GB heap ceiling raised to 16GB, at some engine performance cost) — it is selected whenever the host supports Memory64.

    interface ServerWasmRegistration {
        wasm32?: ServerWasmSource;
        wasm64?: ServerWasmSource;
    }
    Index

    Properties

    Properties