mirror of
https://github.com/Z3Prover/z3
synced 2025-04-08 10:25:18 +00:00
did I mess up wasm paths in jest?
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
32c0d1f636
commit
37008226c3
|
@ -3,7 +3,7 @@
|
|||
// @ts-ignore no-implicit-any
|
||||
import { createApi, Z3HighLevel } from './high-level';
|
||||
import { init as initWrapper, Z3LowLevel } from './low-level';
|
||||
import initModule = require('../z3-built');
|
||||
import initModule = require('./z3-built');
|
||||
|
||||
export * from './high-level/types';
|
||||
export { Z3Core, Z3LowLevel } from './low-level';
|
||||
|
|
Loading…
Reference in a new issue