Skip to content

Conversation

@catamorphism
Copy link
Collaborator

Previously, if you called __wasilibc_find_abspath("foo/a.txt"), with "foo" being a preopened directory, it would return "foo" in abs_prefix and "foo/a.txt" in relative_path. Fixed this so it correctly returns "foo" in abs_prefix and "a.txt" in relative_path.

Previously, if you called __wasilibc_find_abspath("foo/a.txt"), with
"foo" being a preopened directory, it would return "foo" in
abs_prefix and "foo/a.txt" in relative_path. Fixed this so it correctly
returns "foo" in abs_prefix and "a.txt" in relative_path.
@catamorphism catamorphism merged commit 472d613 into WebAssembly:main Oct 9, 2025
16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants