Skip to content

Tags: EmbeddedLLM/wasi-python-layer

Tags

v1.0.0

Toggle v1.0.0's commit message
v1.0.0 re-cut: T1 image formats + HEIC + wasm ABI fixes (METH_NOARGS …

…arity)

v1.0.1

Toggle v1.0.1's commit message
fix: self-locating baked paths — layer works under any site-packages …

…mount prefix

The factory/sandbox path mounts the layer at /site-packages; the
PythonExecutor session path (the planned wasm-rust host) mounts at
/site-packages-{i}. tiktoken's baked data URLs and sitecustomize's
MPLCONFIGDIR were hardcoded to /site-packages, breaking under the session
convention (v8-kopi plan §13.3, OPEN). Both now resolve relative to the
module location. Verified: 18/18 functional sweep still passes.