zlacker

[return to "Show HN: Sandboxing untrusted code using WebAssembly"]
1. koolal+Qf[view] [source] 2026-02-03 15:41:15
>>mavdol+(OP)
It seems import to highlight these more. Aren't all the limitations of using this based around their limitations?

componentize-py – Python to WebAssembly Component compilation

+

jco – JavaScript toolchain for WebAssembly Components

I'm curious how Wasi 0.3 cross language components will go for something like this.

◧◩
2. mavdol+Tm[view] [source] 2026-02-03 16:08:32
>>koolal+Qf
I recreated many Node.js built-ins so compatibility is actually quite extended.

For Python, the main limitation is indeed C extensions. I'm looking for solutions. the move to WASI 0.3 will certainly help with that.

[go to top]