AngularTS
    Preparing search index...

    Class WasmScopeAbi

    Language-neutral AngularTS scope ABI for raw Wasm clients.

    The ABI exchanges strings and JSON-compatible values through guest linear memory. Guest modules provide ng_abi_alloc and ng_abi_free; AngularTS uses those exports whenever it needs to place callback or return payloads in guest memory.

    Index

    Constructors

    Properties

    Import object passed to WebAssembly.instantiate.

    Methods

    • Releases one result buffer created by scope_get.

      Parameters

      • bufferHandle: number

      Returns void

    • Invokes the optional guest bind callback for a scope.

      Parameters

      Returns void

    • Invokes the optional guest unbind callback for a scope.

      Parameters

      Returns void

    • Invokes the optional guest update callback for a watched scope path.

      Parameters

      Returns void

    • Unregisters a scope wrapper without destroying the AngularTS scope.

      Parameters

      • handle: number

      Returns boolean