Sam Clegg
Sam Clegg
I don't think this is worth it given that we have set the default wasm32-wasi already
Can we treat this as two separate issues: 1) Can we add fake/userspace concept of PWD to wasi-libc? 2) Can we seed this PWD on startup from the environment? I...
Isn't step 1 just making getcwd(), chdir() work as expected and having that be honored by open/stat/etc when passed relative directories. This can be done with the default starting PWD...
@RReverser I can understand wanting to set the initial working directory to something other then "/" for new modules. However reading the current working directory back out of a child...
That sounds like it would work. We have been trying not rely on the environment as much as possible for core functionality. If we could find some way to make...
As long as there is no overhead, I don't see why we wouldn't just follow upstream musl on this. However, I think you would need to show that doing so...
I imagine it would be a link-time alternative enabled via some kind of link flag.
Now that #46 is resolved and we are getting 64-tables it seems like there is no good reason to pursue this anymore.
This was fixed in 48e69f39
Reviving this ancient issue since it came up when adding table64. It looks like #7 added text to the overview that *does* allow copying between memories with different index types....