Skip to content

build: enable building with shared uvwasi lib #36257

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from

Conversation

PoojaDurgad
Copy link
Contributor

Fixes: #35339

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines

@nodejs-github-bot nodejs-github-bot added the build Issues and PRs related to build files or the CI. label Nov 25, 2020
@PoojaDurgad
Copy link
Contributor Author

I was not able to test it successfully because it needs a external library . please suggest

@PoojaDurgad
Copy link
Contributor Author

PoojaDurgad commented Nov 25, 2020

@richardlau -I get this error and don't know how to resolve this.

/usr/bin/ld: /home/pooja/node/out/Release/obj.target/libnode/src/node_binding.o: in function `node::binding::RegisterBuiltinModules()':
node_binding.cc:(.text+0x150a): undefined reference to `_register_wasi()'
collect2: error: ld returned 1 exit status```

@Trott
Copy link
Member

Trott commented Dec 2, 2020

If GitHub Actions are to be trusted, this breaks the build in its current state.

image

@Trott Trott marked this pull request as draft December 2, 2020 17:07
@Trott
Copy link
Member

Trott commented Dec 2, 2020

I changed this to a draft. Feel free to change it back whenever you think it's ready, but I'd guess it's a draft until the build is working.

Fixes: nodejs#35339
Co-authored-by: Pooja D P <[email protected]>
Co-authored-by: Teutates <[email protected]>
Co-authored-by: Antoine du Hamel <[email protected]>
@aduh95 aduh95 marked this pull request as ready for review May 11, 2024 13:35
@aduh95 aduh95 added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label May 11, 2024
@nodejs-github-bot
Copy link
Collaborator

@nodejs-github-bot
Copy link
Collaborator

@aduh95
Copy link
Contributor

aduh95 commented May 12, 2024

Superseded by #43987

@aduh95 aduh95 closed this May 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
author ready PRs that have at least one approval, no pending requests for changes, and a CI started. build Issues and PRs related to build files or the CI.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Enable building with shared uvwasi library.
5 participants