Skip to content

Commit 5e6089f

Browse files
committed
wasm fix
1 parent 6f94e28 commit 5e6089f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

npm/vastlint_wasm.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import * as wasm from "./vastlint_wasm_bg.wasm";
44
import { __wbg_set_wasm } from "./vastlint_wasm_bg.js";
55
__wbg_set_wasm(wasm);
6-
if (typeof wasm.__wbindgen_start === "function") wasm.__wbindgen_start();
6+
wasm.__wbindgen_start();
77
export {
88
rules, validate, validateWithOptions
99
} from "./vastlint_wasm_bg.js";

0 commit comments

Comments
 (0)