Adrian Cole
Adrian Cole
@hlubek if were me I would probably scour GitHub for anyone using wasi-libc in C and see how they are doing it. https://github.com/WebAssembly/wasi-libc/blob/63e4489d01ad0262d995c6d9a5f1a1bab719c917/libc-bottom-half/sources/accept.c then compare polling approaches. I think these...
@deadprogram I think this issue is not closed in TinyGo, even if it is solved for Go. There will be users who can't use Go, yet due to lack of...
ps I lost a lot of time here, because there's no parity for reasons mentioned above. If you know the vip address, likely you have little to use eureka for....
We haven't integrated anything, yet, to stop on a timeout or cancel context. ITOW, this issue is about the latter, which hasn't yet been implemented. There have been some chatter...
this isn't going to happen as we are only maintaining GOOS=js until GOOS=wasip1 is out for two releases.
https://github.com/tetratelabs/wazero/pull/1032 slips this to march as we have already identified a lot of gaps while adding FS integration tests
The first way we'll implement this is via a new ModuleConfig which allows you to pass a path instead of an `fs.FS`. When that's the case, we'll use `os.OpenFile` after...
https://github.com/tetratelabs/wazero/releases/tag/v1.0.0-pre.6 adds `writefs.NewDirFS`, which lets you add new files. We'll track pluggability of this in another issue.
thanks @pims I can see some related pull requests on wasmtime, and also they had another impl iirc also. sounds like the status quo "fuel" one is good enough. there...
@evacchi wanna take this from analysis to some form of impl once we're through the 1.0 stdlib/wasi gauntlet?