Closed iamazeem closed 1 week ago
@liquidaty: Please review and merge. Thanks!
I was able to compile with emconfigure
and emmake
like this:
$ CROSS_COMPILING=yes PREFIX=amd64-linux-wasm emconfigure ./configure CONFIGFILE=config.emcc --enable-pic --disable-pie
$ emmake make build CONFIGFILE=config.emcc CFLAGS="-msse2 -msimd128 -fpic -pthread" LDFLAGS="-fpic -pthread"
$ emmake make install CONFIGFILE=config.emcc
alert
message format for better UX e.g. two decimal places for elapsed time in milliseconds, etc.Signed-off-by: Azeem Sajid azeem.sajid@gmail.com