nissy-core

The "engine" of nissy, including the H48 optimal solver.
git clone https://git.tronto.net/nissy-core
Download | Log | Files | Refs | README | LICENSE

commit b9d617f3bfe9ac92718f995059b602c019d68c1d
parent ecc5e71e2d26fbf2f0bf2298ff8ee40366bd4ac7
Author: Sebastiano Tronto <sebastiano@tronto.net>
Date:   Fri, 18 Jul 2025 16:14:23 +0200

Fix build webtest

Diffstat:
Mbuild | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/build b/build @@ -355,7 +355,8 @@ build_test() { build_webtest() { obj="web" testobj="runtest.js" - testbuild="$EMCC $WASMCFLAGS $WFLAGS $WASMMFLAGS $DFLAGS -o $testobj" + testbuild="$EMCC $WASMCFLAGS $WFLAGS $WASMMFLAGS $DFLAGS \ + -sSTACK_SIZE=5MB -o $testobj" testrun="$NODE $testobj" build_test_generic $@ rm -f runtest.js runtest.wasm