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

Correct wasm2c example Makefiles #2426

Merged
merged 5 commits into from
Jun 3, 2024

Commits on May 21, 2024

  1. correct wasm2c examples

    - Passing "-lm" into the prereq isn't the correct way add the flag. This correctly adds it to the command.
    
    - The "rot13" example incorrectly assumed that the "rot13.h" file would be generated by the time that "main.c"
      was being compiled, however there is no rule supporting this and it would fail.
      I've also added "rot13.h" to the clean rule.
    Rexicon226 committed May 21, 2024
    Configuration menu
    Copy the full SHA
    d7d548d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    07fcea5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    34d8b44 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. Configuration menu
    Copy the full SHA
    42b1de5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7de5551 View commit details
    Browse the repository at this point in the history