Hi Richard, > On 1/9/26 04:11, Kohei Tokunaga wrote: > > +wasm64-64bit-emsdk-cross-container: > > + extends: .container_job_template > > + variables: > > + NAME: emsdk-wasm64-64bit-cross > > + BUILD_ARGS: --build-arg TARGET_CPU=wasm64 --build-arg WASM64_MEMORY64=1 > > + DOCKERFILE: emsdk-wasm-cross > > + > > +wasm64-32bit-emsdk-cross-container: > > + extends: .container_job_template > > + variables: > > + NAME: emsdk-wasm64-32bit-cross > > + BUILD_ARGS: --build-arg TARGET_CPU=wasm64 --build-arg WASM64_MEMORY64=2 > > + DOCKERFILE: emsdk-wasm-cross > > To expand on my question about WASM64_MEMORY64 vs --wasm64-32bit-address-limit, I would > expect the two wasm64 build jobs to share the same container.
Thanks for the feedback, I'll fix this in the next version of the series. Regards, Kohei
