AngularTS
    Preparing search index...

    Interface WasmService

    Callable $wasm service plus helpers for the scope ABI.

    interface WasmService {
        createScopeAbi(exports?: WasmAbiExports): WasmScopeAbi;
        scope(scope: Scope, options?: WasmScopeOptions): WasmScope;
        (
            src: string,
            imports?: Imports,
            opts?: WasmOptions,
        ): Promise<Exports | WasmInstantiationResult>;
    }
    Index

    Methods