Victor Adossi
Victor Adossi
In a somewhat roundbout fashion, this is confirmed fixed [via the automated example tests in Jco](https://github.com/bytecodealliance/jco/pull/899)!
Hey @djoyce-ts this might be a better question to ask on [Zulip](https://bytecodealliance.zulipchat.com/) -- could you make a thread there and include the tools you're running/ what you're seeing? Sometimes the...
Not stale -- we definitely want to improve the ability of `wash call` to handle dynamic interfaces
@dependabot recreate
Closing in favor of #134
What do you think about about allowing something like `--disable all --enable stdio` ? I think the generality of allowing disable + enable (and documenting that we handle disables *first*/how...
Hey @konall thanks for pointing out the issue! A PR would definitely be appreciated -- I can make sure to review it ASAP and get it merged.
Ah, so that's a bit of a conundrum -- I think the best way forward for this might be to incorporate the version *into* the constructor (ideally, as part of...
Unfortunately, `preview2-shim` can't really glean that information, what I thought you were trying to apply the fix to was the `WasiShim` class which generates the `WasiImportObject` type. My hope was...
No problem! > I was initially confused as to how we could arrive at a sensible default version, given that the preview2-shim package can't have any knowledge of WASI versioning-...