preprocess-wasm-bytes 0.1.4 → 0.1.7

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.
@@ -1,2 +1,5 @@
1
- export declare function preprocess_wasm_bytes(wasmBytes: Uint8Array): Promise<Uint8Array>;
1
+ export interface PreprocessOptions {
2
+ debug?: boolean;
3
+ }
4
+ export declare function preprocess_wasm_bytes(wasmBytes: Uint8Array, opts?: PreprocessOptions): Uint8Array;
2
5
  //# sourceMappingURL=preprocess_wasm_bytes.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"preprocess_wasm_bytes.d.ts","sourceRoot":"","sources":["../src/preprocess_wasm_bytes.ts"],"names":[],"mappings":"AAotBA,wBAAsB,qBAAqB,CAAC,SAAS,EAAE,UAAU,GAAG,OAAO,CAAC,UAAU,CAAC,CAwDtF"}
1
+ {"version":3,"file":"preprocess_wasm_bytes.d.ts","sourceRoot":"","sources":["../src/preprocess_wasm_bytes.ts"],"names":[],"mappings":"AA+CA,MAAM,WAAW,iBAAiB;IAChC,KAAK,CAAC,EAAE,OAAO,CAAC;CACjB;AA8QD,wBAAgB,qBAAqB,CAAC,SAAS,EAAE,UAAU,EAAE,IAAI,GAAE,iBAAsB,GAAG,UAAU,CAgdrG"}