add support for mapping integer typed arrays into zig slices

This commit is contained in:
Karl Seguin
2025-04-23 16:17:19 +08:00
parent ba0505c13c
commit a3323dc8a7
5 changed files with 169 additions and 18 deletions

View File

@@ -5,7 +5,7 @@ ARG ZIG=0.14.0
ARG ZIG_MINISIG=RWSGOq2NVecA2UPNdBUZykf1CCb147pkmdtYxgb3Ti+JO/wCYvhbAb/U
ARG ARCH=x86_64
ARG V8=11.1.134
ARG ZIG_V8=v0.1.18
ARG ZIG_V8=v0.1.19
RUN apt-get update -yq && \
apt-get install -yq xz-utils \