Skip to content
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

deps: allow amaro to be externalizable #54646

Closed
wants to merge 5 commits into from

Commits on Aug 29, 2024

  1. deps: allow amaro to be externalizable

    - allow amaro to be externalized like other builtins
      containing WASM. More context is available in
      https://github.com/nodejs/node/blob/main/doc/contributing/maintaining/maintaining-dependencies.md#supporting-externalizable-dependencies-with-javascript-code
    
    Signed-off-by: Michael Dawson <[email protected]>
    mhdawson committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    a5a4049 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. Update src/node_builtins.cc

    Co-authored-by: Luigi Pinca <[email protected]>
    mhdawson and lpinca authored Sep 3, 2024
    Configuration menu
    Copy the full SHA
    a276828 View commit details
    Browse the repository at this point in the history
  2. squash: address review comments

    Signed-off-by: Michael Dawson <[email protected]>
    mhdawson committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    70154e9 View commit details
    Browse the repository at this point in the history
  3. squash: address comments

    Signed-off-by: Michael Dawson <[email protected]>
    mhdawson committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    3e9f641 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. Update src/node_metadata.h

    Co-authored-by: Chengzhong Wu <[email protected]>
    mhdawson and legendecas authored Sep 4, 2024
    Configuration menu
    Copy the full SHA
    865ac33 View commit details
    Browse the repository at this point in the history