top | item 46503226 (no title) ptspts | 1 month 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? discuss order hn newest chaboud|1 month ago There's a link to the author's work here:https://github.com/mavdol/capsule(From the article)Appears to be CPython running inside of wasmtime mavdol04|1 month ago yep, and to be specific, it leverages the WASM Component Model and uses componentize-py to bundle the user's script bArray|1 month ago See the linked project at the end: https://github.com/mavdol/capsule
chaboud|1 month ago There's a link to the author's work here:https://github.com/mavdol/capsule(From the article)Appears to be CPython running inside of wasmtime mavdol04|1 month ago yep, and to be specific, it leverages the WASM Component Model and uses componentize-py to bundle the user's script
mavdol04|1 month ago yep, and to be specific, it leverages the WASM Component Model and uses componentize-py to bundle the user's script
chaboud|1 month ago
https://github.com/mavdol/capsule
(From the article)
Appears to be CPython running inside of wasmtime
mavdol04|1 month ago
bArray|1 month ago