@fluffylabs/anan-as 1.1.0-f6fa3a3 → 1.1.1-0e3e913
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.
- package/build/debug-inline.d.ts +11 -0
- package/build/debug-inline.js +3 -1
- package/build/debug-raw-inline.d.ts +11 -0
- package/build/debug-raw-inline.js +3 -1
- package/build/release-inline.d.ts +11 -0
- package/build/release-inline.js +3 -1
- package/build/release-mini-inline.d.ts +11 -0
- package/build/release-mini-inline.js +3 -1
- package/build/release-stub-inline.d.ts +11 -0
- package/build/release-stub-inline.js +3 -1
- package/build/test-inline.d.ts +11 -0
- package/build/test-inline.js +3 -1
- package/package.json +18 -6
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
// Auto-generated type definitions for inline WASM module
|
|
2
|
+
// Target: debug
|
|
3
|
+
// Source: build/debug.wasm
|
|
4
|
+
|
|
5
|
+
import {__AdaptedExports} from "./debug-raw.d.ts";
|
|
6
|
+
|
|
7
|
+
export const wasmBase64: string;
|
|
8
|
+
|
|
9
|
+
export function instantiate(imports?: { env?: any }): Promise<typeof __AdaptedExports>;
|
|
10
|
+
|
|
11
|
+
export function getWasmBytes(): Uint8Array;
|