Questions tagged [emconfigure]
2 questions
0
votes
0 answers
when using .configure and make command when building c++ with .configure script project in emscripten it fails
I am failing when trying to build php.wasm (php-cli.wasm). What am I doing wrong? It is asking me to give flags for libxml which is not there in ./configure command only but there with docker run --rm -v $(pwd):/src -u $(id -u):$(id -g)…

Gary
- 2,293
- 2
- 25
- 47
0
votes
0 answers
Use the `emconfigure`, `emmake` command to compile it to a `.wasm` file
I am trying to build a cpp project into a wasm file using the command like this ./emcc test/hello_world.c -o hello.html from the link here. That works.
However, when I am using a c++ project that has .configure file and the result creates multiple…

Gary
- 2,293
- 2
- 25
- 47