Hi Philippe,
> Does wasm depend on TCI at this point (no TCG backend)? If so, should
> we check TCI is enabled? (I wonder if configuring with the
> --disable-tcg-interpreter option succeed).
Yes, it depends on TCI at this point. Configuring with the
--disable-tcg-interpreter succeeds but leads to
Hi Kohei,
On 16/4/25 10:14, Kohei Tokunaga wrote:
has_int128_type is set to false on emscripten as of now to avoid errors by
libffi. Tests are disabled on emscripten because they rely on host
features that aren't supported by emscripten (e.g. fork and unix
socket).
Signed-off-by: Kohei Tokunaga
has_int128_type is set to false on emscripten as of now to avoid errors by
libffi. Tests are disabled on emscripten because they rely on host
features that aren't supported by emscripten (e.g. fork and unix
socket).
Signed-off-by: Kohei Tokunaga
---
configs/meson/emscripten.txt | 8
c