Hacker News new | ask | show | jobs
by simonw 988 days ago
"Just" use WASI is not useful advice. I've been trying to do that for my own purposes for over a year. The learning curve on that (as a Python programmer who wants to use WebAssembly for sandboxing) is practically a vertical wall.
1 comments

I should have said "Just use any WASI compliant runtime". There's a ton of them with these features, and none of the commercial angle.
They have all proven extremely difficult to use for my sandbox case - see other messages in this thread.