Re: [PATCH 17/19] meson: Add wasm build in build scripts

2025-04-17 Thread Kohei Tokunaga
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

Re: [PATCH 17/19] meson: Add wasm build in build scripts

2025-04-16 Thread Philippe Mathieu-Daudé
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

[PATCH 17/19] meson: Add wasm build in build scripts

2025-04-16 Thread 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