Version of emscripten/emsdk:
latest
Failing command line in full:
em++ main.cpp
Full link command and output with -v appended:
none
__int128 x = 0;
x = x + 1;
In the past people have asked for __int128 support with
#5630
And for multi-platform support, it would be nice to at least have emulation for it like how we have 64 emulation for 32 bit platforms. So this is a feature request for __int128 bit support via emulation
Version of emscripten/emsdk:
latest
Failing command line in full:
em++ main.cpp
Full link command and output with
-vappended:none
In the past people have asked for __int128 support with
#5630
And for multi-platform support, it would be nice to at least have emulation for it like how we have 64 emulation for 32 bit platforms. So this is a feature request for __int128 bit support via emulation