Skip to content

Commit

Permalink
files generated by build
Browse files Browse the repository at this point in the history
  • Loading branch information
luiz-lvj committed Sep 29, 2024
1 parent 494f45a commit fd99452
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
2 changes: 1 addition & 1 deletion tools/npm/garaga_ts/src/wasm/pkg/garaga_rs.js
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ async function __wbg_init(module_or_path) {
console.warn('using deprecated parameters for the initialization function; pass a single object instead')

if (typeof module_or_path === 'undefined') {
module_or_path = new URL('garaga_rs_bg.wasm', import.meta.url);
throw new Error();
}
const imports = __wbg_get_imports();

Expand Down
10 changes: 2 additions & 8 deletions tools/npm/garaga_ts/src/wasm/pkg/garaga_rs_bg.wasm.d.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,2 @@
/* tslint:disable */
/* eslint-disable */
export const memory: WebAssembly.Memory;
export function msm_calldata_builder(a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number, i: number, j: number): void;
export function __wbindgen_malloc(a: number, b: number): number;
export function __wbindgen_realloc(a: number, b: number, c: number, d: number): number;
export function __wbindgen_add_to_stack_pointer(a: number): number;
export function __wbindgen_free(a: number, b: number, c: number): void;
declare const wasm_module_base64: string;
export default wasm_module_base64;

0 comments on commit fd99452

Please sign in to comment.