File tree Expand file tree Collapse file tree 2 files changed +25
-0
lines changed
Expand file tree Collapse file tree 2 files changed +25
-0
lines changed Original file line number Diff line number Diff line change @@ -77,6 +77,30 @@ oci-python-3.11.4-wasmedge: python/v3.11.4-wasmedge
7777 -f images/python/Dockerfile \
7878 build-output
7979
80+ .PHONY : oci-python-3.12.0
81+ oci-python-3.12.0 : python/v3.12.0
82+ docker build \
83+ --platform wasi/wasm32 \
84+ --build-arg NAME=python-wasm \
85+ --build-arg SUMMARY=" CPython built for WASI, by Wasm Labs" \
86+ --build-arg ARTIFACTS_BASE_DIR=python/v3.12.0 \
87+ --build-arg PYTHON_BINARY=python-3.12.0.wasm \
88+ -t ghcr.io/vmware-labs/python-wasm:3.12.0 \
89+ -f images/python/Dockerfile \
90+ build-output
91+
92+ .PHONY : oci-python-3.12.0-wasmedge
93+ oci-python-3.12.0-wasmedge : python/v3.12.0-wasmedge
94+ docker build \
95+ --platform wasi/wasm32 \
96+ --build-arg NAME=python-wasm \
97+ --build-arg SUMMARY=" CPython built for WASI+WasmEdge, by Wasm Labs" \
98+ --build-arg ARTIFACTS_BASE_DIR=python/v3.12.0-wasmedge \
99+ --build-arg PYTHON_BINARY=python-3.12.0.wasm \
100+ -t ghcr.io/vmware-labs/python-wasm:3.12.0-wasmedge \
101+ -f images/python/Dockerfile \
102+ build-output
103+
80104LIBS := \
81105 bzip2 \
82106 icu \
Original file line number Diff line number Diff line change @@ -114,6 +114,7 @@ addlib ${WLR_DEPS_ROOT}/build-output/lib/wasm32-wasi/libsqlite3.a
114114addlib ${WLR_DEPS_ROOT} /build-output/lib/wasm32-wasi/libuuid.a
115115addlib Modules/expat/libexpat.a
116116addlib Modules/_decimal/libmpdec/libmpdec.a
117+ addlib Modules/_hacl/libHacl_Hash_SHA2.a
117118save
118119end
119120EOF
You can’t perform that action at this time.
0 commit comments