mirror of
https://github.com/Z3Prover/z3
synced 2026-02-11 19:34:32 +00:00
wasm build: disable error handler (#5996)
* wasm: set error handler to no-op * wasm: better wrapper for use in html
This commit is contained in:
parent
39f57fb7ca
commit
312e037458
8 changed files with 83 additions and 18 deletions
|
|
@ -16,8 +16,8 @@ import type {
|
|||
Z3_func_decl,
|
||||
Z3_func_interp,
|
||||
Z3_func_entry,
|
||||
} from './build/wrapper';
|
||||
import { init, Z3_lbool, Z3_ast_kind, Z3_sort_kind, Z3_symbol_kind } from './build/wrapper';
|
||||
} from './build/node-wrapper';
|
||||
import { init, Z3_lbool, Z3_ast_kind, Z3_sort_kind, Z3_symbol_kind } from './build/node-wrapper';
|
||||
|
||||
// @ts-ignore we're not going to bother with types for this
|
||||
import { sprintf } from 'sprintf-js';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue