// Deno users can provide an Emscripten locateFile hook to load the wasm // through npm's asset resolution instead of filesystem reads. // const api = await init({ // locateFile: (file, _prefix): string => // import.meta.resolve(`npm:z3-solver/build/${file}`), // _prefix is unused here // });
The main entry point to the Z3 API