Tags: EmbeddedLLM/wasi-python-layer
Tags
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.