mirror of
https://github.com/beefytech/Beef.git
synced 2025-07-12 11:15:59 +02:00
Wasm calling convention fixes. IDEHelper/Tests runs on wasm now.
This commit is contained in:
parent
c0ebcc8fda
commit
31746c1f19
12 changed files with 99 additions and 13 deletions
|
@ -19,3 +19,7 @@ PreBuildCmds = ["/usr/bin/c++ $(ProjectDir)/CLib/main.cpp -g -c -o $(ProjectDir)
|
|||
[Configs.Test.macOS]
|
||||
OtherLinkFlags = "$(LinkFlags) $(ProjectDir)/CLib/main.o"
|
||||
PreBuildCmds = ["/usr/bin/c++ $(ProjectDir)/CLib/main.cpp -g -c -o $(ProjectDir)/CLib/main.o"]
|
||||
|
||||
[Configs.Test.wasm32]
|
||||
OtherLinkFlags = "$(LinkFlags) $(ProjectDir)/CLib/main_wasm.o -sSTACK_SIZE=1048576"
|
||||
PreBuildCmds = ["$(EmccPath) $(ProjectDir)/CLib/main.cpp -g -c -o $(ProjectDir)/CLib/main_wasm.o"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue