Ingvar Stepanyan

Results 1089 comments of Ingvar Stepanyan

> it's about the capability needed to make the main use case work That's why I said: "No new semantics attached to either the paths or the file descriptors.". I...

Sure, but now it says a different thing. The point of that statement - at least back then - was specifically to show that all major browser engines implemented 1.0...

Thanks! We mainly try to link to tutorials showing how to actually use it. Is there such docs link for Ada bindings yet?

No problem. I'm happy to link to it, it's just that right now from README it's not clear how to use it, so I'm a bit worried it won't be...

Let's keep it provisionally open, and I'll merge it when you have some intro.

I actually wonder if it's better to sort by name. Most devs don't care as much about standards process, so perhaps it's better to keep stage info in a hint,...

> How much of the Docs section is going to be retained (when the design docs are removed)? The docs make up a large chunk of the site's content (and...

You can't compile Python code to Wasm, because Python is a dynamic language and Wasm is intended as a target for statically typed languages. Your best bet is running it...

OTOH, if you're going to run Python in Pyodide, Pyodide in Wasmer, and, in turn, use Wasmer from Go, that just keeps adding levels of indirection which would likely lead...

(ignore my previous deleted comment, I confused with wasm64) Yes, this would be absolutely a good idea - do you want to submit a PR?