Home » U++ TheIDE » U++ TheIDE: Compiling, Linking, Debugging of your packages » Emscripten compilation & linking
| Emscripten compilation & linking [message #61970] |
Fri, 10 April 2026 23:55  |
frederik.dumarey
Messages: 35 Registered: December 2021 Location: Belgium
|
Member |
|
|
I'm trying to use TheIDE as build method for emcc.
Emcc has been setup correctly, with all path environment variables. So emcc --version is working fine.
I added a build method with some settings:
builder: gcc
compiler name: emcc
common options: -o output.html
common c++ options: -s WASM=1 -O3
INCLUDE dir to emscripten\system\include
BIN dir to emscripten\system\bin
But when I'm building using this method CTRL-F7 or F7 I get some directories created, but never the html,js and wasm files.
Regards,
Frederik Dumarey
Belgium
|
|
|
|
Goto Forum:
Current Time: Sat Apr 25 07:32:00 GMT+2 2026
Total time taken to generate the page: 0.00549 seconds
|