Creates a scope ABI and optionally attaches guest exports immediately.
Optionalexports:
WasmAbiExports
Creates and registers a scope wrapper.
Releases one result buffer created by
scope_get.
Returns a previously registered scope wrapper.
Invokes the optional guest update callback for a watched scope path.
Unregisters a scope wrapper without destroying the AngularTS scope.
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_allocandng_abi_free; AngularTS uses those exports whenever it needs to place callback or return payloads in guest memory.