Skip to content

Conversation

aduh95
Copy link
Contributor

@aduh95 aduh95 commented Aug 14, 2025

I was getting undefined symbols when trying to build Node.js with shared uvwasi, I think because of the _a suffix that gets added to the filename (lib/libuvwasi_a.a).

@guybedford
Copy link
Contributor

It seems coverage has started failing on CI despite the coverage tests itself passing.

@guybedford
Copy link
Contributor

@aduh95 I managed to fix CI here in #306. If you can approve that one I can land it and then land this.

@guybedford guybedford merged commit 146e516 into main Aug 16, 2025
14 of 15 checks passed
@aduh95 aduh95 deleted the fix-dot-a-filename branch August 16, 2025 06:59
@aduh95 aduh95 mentioned this pull request Aug 16, 2025
aduh95 added a commit that referenced this pull request Sep 2, 2025
Notable changes:

- Disallow malformed path with null byte (#266) (7aaa0b4)
- Preserve trailing slash in file path (#268) (afffaaa)
- Disallow absolute path at the raw WASI level (#270) (9811374)
- Error if creating symlink to absolute path (#272) (c8d4f01)
- Add cflite and document normalize path (#280) (6eeddba)
- Resolve old_path in uvwasi_path_symlink() (#303) (98da5ad)
- Use index rather than `telldir`/`seekdir` to represent `fd_readdir` cookie (#298) (392e1f1)
- fix: static library name (#305) (146e516)
- fix: do not put header files in a subfolders (#302) (ec28b58)
- fix: explicitly export symbols (#308) (4e9b4e0)
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