You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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"
The build script produces a broken demo. After cloning and running
./z3.sh
, the demo does not work becausecallMain
is not an exported function. If I addcallMain
toEXTRA_EXPORTED_RUNTIME_METHODS
in z3.sh, the demo fails with exception 6247000.The text was updated successfully, but these errors were encountered: