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

[wasm] Fix order of include paths, to have the obj dir first #50303

Merged
merged 3 commits into from
Apr 7, 2021

Commits on Apr 6, 2021

  1. [wasm] Fix order of include paths, to have the obj dir first

    this regressed recently, and we started using `pinvoke-table.h`, and
    `icall-table.h` from the runtime pack instead of from the obj dir.
    radical committed Apr 6, 2021
    Configuration menu
    Copy the full SHA
    8acbb24 View commit details
    Browse the repository at this point in the history
  2. [wasm] Don't include pinvoke-table.h in the runtime pack.

    `pinvoke-table.h` is generated when building the native files for wasm.
    They are not required in the runtime pack, as any wasm app build needing
    to do native relinking would be generating one of it's own.
    radical committed Apr 6, 2021
    Configuration menu
    Copy the full SHA
    9b55857 View commit details
    Browse the repository at this point in the history
  3. Fix the property name

    radical committed Apr 6, 2021
    Configuration menu
    Copy the full SHA
    d97fcf3 View commit details
    Browse the repository at this point in the history