bootstrap: fix wasm_web_api external reference registration by joyeecheung · Pull Request #42903 · nodejs/node

@joyeecheung

The external references were not actually registered.

@nodejs-github-bot added c++

Issues and PRs that require attention from people who are familiar with C++.

needs-ci

PRs that need a full CI run.

labels

Apr 29, 2022

tniessen

@aduh95 aduh95 added author ready

PRs that have at least one approval, no pending requests for changes, and a CI started.

request-ci

Add this label to start a Jenkins CI on a PR.

labels

Apr 29, 2022

VoltrexKeyva

This was referenced

Apr 30, 2022

addaleax

@aduh95 aduh95 added the commit-queue

Add this label to land a pull request using GitHub Actions.

label

May 2, 2022

This was referenced

May 3, 2022

RafaelGSS pushed a commit that referenced this pull request

May 10, 2022
The external references were not actually registered.

PR-URL: #42903
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>