Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+1)

We just got merged into Nim a `-d:nimNoQuit` option that you can add to your nimble script. (Not sure when nightly builds come out if you don't want to build your own Nim.) This makes `quit` in Nim a no op, so it doesn't try to import `proc_exit`. https://github.com/nim-lang/Nim/pull/19419/files

(+2)

We just tested with the latest devel build of Nim and it works fine with the official wasm4 runtime.

I updated our submission with the new build.

Thank you for the fix!

Glad that worked!