z3.wasm
z3.wasm copied to clipboard
Demo broken on Ubuntu
The build script produces a broken demo. After cloning and running ./z3.sh
, the demo does not work because callMain
is not an exported function. If I add callMain
to EXTRA_EXPORTED_RUNTIME_METHODS
in z3.sh, the demo fails with exception 6247000.
Same problem here, demo is no working "he build script produces a broken demo. After cloning and running ./z3.sh, the demo does not work because callMain is not an exported function"