This commit is contained in:
Бранимир Караџић
2024-10-27 23:28:39 -07:00
parent 60f2d883a3
commit 2cebc558eb
3 changed files with 18 additions and 5 deletions

View File

@@ -87,6 +87,15 @@ project "bx.test"
"Cocoa.framework",
}
configuration { "wasm" }
buildoptions {
"-fwasm-exceptions",
}
linkoptions {
"-fwasm-exceptions",
"-s STACK_SIZE=262144",
}
configuration {}
strip()