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

feat: add build environment info #2168

Merged
merged 2 commits into from
Jun 23, 2023
Merged

Commits on Jun 21, 2023

  1. feat: add build environment info

    Refs: nodejs#2157
    
    - adds generation of a wasm_build_env.txt file which contains
      information about version of tools used to build wasm
    - updates the docuementation to make it clear that all files
      in lib/llhttp should be committed when an update is done
    - fixes build/wasm.js to generate JS that passes the
      current linting configured for the project
    
    Signed-off-by: Michael Dawson <mdawson@devrus.com>
    mhdawson committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    e546bd9 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2023

  1. squash: address CodeQL issue

    Address CodeQL issue and make a bit easier for
    tools to parse by removing description
    
    Signed-off-by: Michael Dawson <mdawson@devrus.com>
    mhdawson committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    2162a5c View commit details
    Browse the repository at this point in the history