Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update types and health computer #408

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion scripts/health/pkg-web/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ export interface InitOutput {
readonly interface_version_8: () => void
readonly allocate: (a: number) => number
readonly deallocate: (a: number) => void
readonly requires_stargate: () => void
readonly requires_iterator: () => void
readonly __wbindgen_malloc: (a: number, b: number) => number
readonly __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number
Expand Down
Binary file modified scripts/health/pkg-web/index_bg.wasm
Binary file not shown.
1 change: 0 additions & 1 deletion scripts/health/pkg-web/index_bg.wasm.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ export function liquidation_price_js(a: number, b: number, c: number, d: number,
export function interface_version_8(): void
export function allocate(a: number): number
export function deallocate(a: number): void
export function requires_stargate(): void
export function requires_iterator(): void
export function __wbindgen_malloc(a: number, b: number): number
export function __wbindgen_realloc(a: number, b: number, c: number, d: number): number
Expand Down
Loading