@fluffylabs/anan-as 1.1.1-daaa0ca → 1.1.1-fbc6aca

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2,10 +2,10 @@
2
2
  // Target: debug
3
3
  // Source: build/debug.wasm
4
4
 
5
- import {__AdapterExports} from "./debug-raw";
5
+ import {__AdaptedExports} from "./debug-raw.d.ts";
6
6
 
7
7
  export const wasmBase64: string;
8
8
 
9
- export function instantiate(imports?: { env?: any }): Promise<typeof __AdapterExports>;
9
+ export function instantiate(imports?: { env?: any }): Promise<typeof __AdaptedExports>;
10
10
 
11
11
  export function getWasmBytes(): Uint8Array;