On 8/4/25 5:57 AM, Kohei Tokunaga wrote:
This commit fixes Dockerfile of the wasm build to support both of wasm32 and
wasm64 build. Dockerfile takes the following build arguments and use these
values for building dependencies.

- TARGET_CPU: target wasm arch (wasm32 or wasm64)
- WASM64_MEMORY64: target -sMEMORY64 mode (1 or 2)

Signed-off-by: Kohei Tokunaga <ktokunaga.m...@gmail.com>
---
  MAINTAINERS                                   |  2 +-
  ...2-cross.docker => emsdk-wasm-cross.docker} | 29 ++++++++++++++-----
  2 files changed, 23 insertions(+), 8 deletions(-)
  rename tests/docker/dockerfiles/{emsdk-wasm32-cross.docker => 
emsdk-wasm-cross.docker} (85%)

Reviewed-by: Pierrick Bouvier <pierrick.bouv...@linaro.org>


Reply via email to