Skip to content

lib: move WebAssembly Web API into separate file - #42993

Merged
nodejs-github-bot merged 1 commit into
nodejs:masterfrom
tniessen:wasm-web-api-move-js-into-different-file
May 8, 2022
Merged

lib: move WebAssembly Web API into separate file#42993
nodejs-github-bot merged 1 commit into
nodejs:masterfrom
tniessen:wasm-web-api-move-js-into-different-file

Conversation

@tniessen

Copy link
Copy Markdown
Member

This moves just the JavaScript part of the WebAssembly Web API implementation into a separate file to avoid bloating pre_execution.js.

Refs: #42960 (comment)

@tniessentniessen added the wasm Issues and PRs related to WebAssembly. label May 6, 2022
@tniessen
tniessen requested a review from joyeecheungMay 6, 2022 20:33
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

Review requested:

  • @nodejs/startup

@nodejs-github-botnodejs-github-bot added the needs-ci PRs that need a full CI run. label May 6, 2022
@tniessentniessen added the request-ci Add this label to start a Jenkins CI on a PR. label May 6, 2022
@github-actionsgithub-actionsBot removed the request-ci Add this label to start a Jenkins CI on a PR. label May 6, 2022
@nodejs-github-bot

This comment was marked as outdated.

Comment threadlib/internal/wasm_web_api.js Outdated
Comment threadlib/internal/wasm_web_api.js Outdated
@tniessen
tniessenforce-pushed the wasm-web-api-move-js-into-different-file branch from 899de1c to 7184d3dCompareMay 6, 2022 21:36
@tniessen

Copy link
Copy Markdown
MemberAuthor

Thanks @aduh95. Rebased, the diff is 899de1c7fdf7d1913cc6e438a7842d774bc4bc3c.

@tniessentniessen 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 May 6, 2022
@github-actionsgithub-actionsBot removed the request-ci Add this label to start a Jenkins CI on a PR. label May 6, 2022
@nodejs-github-bot

This comment was marked as outdated.

@nodejs-github-bot

This comment was marked as outdated.

@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@tniessentniessen added the commit-queue Add this label to land a pull request using GitHub Actions. label May 8, 2022
@nodejs-github-botnodejs-github-bot removed the commit-queue Add this label to land a pull request using GitHub Actions. label May 8, 2022
@nodejs-github-bot
nodejs-github-bot merged commit e8e6d45 into nodejs:masterMay 8, 2022
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

Landed in e8e6d45

RafaelGSS pushed a commit that referenced this pull request May 10, 2022
Refs: #42960 (comment)
PR-URL: #42993
Reviewed-By: Gus Caplan <me@gus.host>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com>
Reviewed-By: Darshan Sen <raisinten@gmail.com>
@RafaelGSSRafaelGSS mentioned this pull request May 10, 2022
@juanarbol

Copy link
Copy Markdown
Member

Backport refs: #42701

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author readyPRs that have at least one approval, no pending requests for changes, and a CI started.needs-ciPRs that need a full CI run.wasmIssues and PRs related to WebAssembly.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants

@tniessen@nodejs-github-bot@juanarbol@devsnek@aduh95@RaisinTen@VoltrexKeyva@targos