|
|
|
|
|
by bobuk
1322 days ago
|
|
no questions, but please keep working on that. I'm very impressed with how smoothly the current cowasm implementation is working. For the future do your have a plans to support WASI and other modern WebAssembly stuff (like WebAssembly Component Model support f.e)? |
|
One motivation for doing this is to try to get the full Python test suite to pass, including all the functionality that involves subprocesses, posix calls, etc. I've only got to about 85% at this point. It can be a ton of tedious work, but at least Zig helps impose some discipline (e.g, it doesn't let you ignore handling errors until later), and makes it easy to test compilation for all supported targets on every change (due to excellent cross compilation support).