Uh oh!
There was an error while loading. Please reload this page.
build: enable building with shared uvwasi lib - #36257
Closed
PoojaDurgad wants to merge 1 commit into
Closed
Conversation
PoojaDurgad
commented
Nov 25, 2020
ContributorAuthor
I was not able to test it successfully because it needs a external library . please suggest |
Uh oh!
There was an error while loading. Please reload this page.
ContributorAuthor
@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: infunction`node::binding::RegisterBuiltinModules()':node_binding.cc:(.text+0x150a): undefined reference to `_register_wasi()'
collect2: error: ldreturned1exitstatus``` |
PoojaDurgadforce-pushed
the
config-uvwasi
branch
from
November 25, 2020 13:44
8c83c4c to
ffe4717CompareUh oh!
There was an error while loading. Please reload this page.
PoojaDurgadforce-pushed
the
config-uvwasi
branch
from
November 26, 2020 18:00
55737ca to
0e4eae8CompareUh oh!
There was an error while loading. Please reload this page.
PoojaDurgadforce-pushed
the
config-uvwasi
branch
from
November 27, 2020 04:41
6cb19d1 to
e9f38a3CompareTrott
reviewed
Nov 28, 2020
Uh oh!
There was an error while loading. Please reload this page.
Trott
commented
Dec 2, 2020
Member
Trott
marked this pull request as draft
December 2, 2020 17:07
Trott
commented
Dec 2, 2020
Member
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 <Pooja.D.P@ibm.com> Co-authored-by: Teutates <103068388+Teutates@users.noreply.github.com> Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
aduh95
marked this pull request as ready for review
May 11, 2024 13:35
nodejs-github-bot
commented
May 11, 2024
Collaborator
nodejs-github-bot
commented
May 12, 2024
Collaborator
aduh95
commented
May 12, 2024
Contributor
Superseded by #43987 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Fixes: #35339
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passes