Skip to content

Commit

Permalink
wasm build
Browse files Browse the repository at this point in the history
  • Loading branch information
piniom committed Sep 2, 2024
1 parent 5d22882 commit 49deda3
Show file tree
Hide file tree
Showing 6 changed files with 218 additions and 194 deletions.
10 changes: 5 additions & 5 deletions packages/account-wasm/pkg/account_wasm.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@ export interface JsCall {
calldata: Felt[];
}

export interface JsInvocationsDetails {
nonce: Felt;
maxFee: Felt;
}

export interface JsPolicy {
target: string;
method: string;
}

export interface JsInvocationsDetails {
nonce: Felt;
maxFee: Felt;
}

export type Felts = JsFelt[];

export type JsFelt = Felt;
Expand Down
1 change: 1 addition & 0 deletions packages/account-wasm/pkg/account_wasm.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

import * as wasm from "./account_wasm_bg.wasm";
import { __wbg_set_wasm } from "./account_wasm_bg.js";
__wbg_set_wasm(wasm);
Expand Down
Loading

0 comments on commit 49deda3

Please sign in to comment.