6 ms·
Neither the article nor the README explains how it works. How does it work? Which WASM euntime does it use? Does it use a Python jnterpreter compiled to WASM?
by ptspts 9mo ago
Neither the article nor the README explains how it works.
How does it work? Which WASM euntime does it use? Does it use a Python jnterpreter compiled to WASM?
- chaboud 9mo agoThere's a link to the author's work here: https://github.com/mavdol/capsule https://github.com/mavdol/capsule (From the article) Appears to be CPython running inside of wasmtime
- mavdol04 9mo agoyep, and to be specific, it leverages the WASM Component Model and uses componentize-py to bundle the user's script
- bArray 9mo agoSee the linked project at the end: https://github.com/mavdol/capsule https://github.com/mavdol/capsule