Skip to content

Commit

Permalink
chore: any removed
Browse files Browse the repository at this point in the history
  • Loading branch information
valeriocomo committed Dec 5, 2024
1 parent 54d1564 commit c19ff8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/validator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const path = "main.wasm";

export async function loadWasm() {
try {
const go = new (window as any).Go();
const go = new Go();

if (go) {
const { instance } = await WebAssembly.instantiateStreaming(
Expand Down

0 comments on commit c19ff8d

Please sign in to comment.