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

Extend the contract build cmake script to include custom libraries and headers #496

Merged
merged 2 commits into from
Sep 16, 2024

Commits on Sep 16, 2024

  1. Extend the contract build cmake script to include custom libraries an…

    …d headers
    
    Add HEADERS and LIBRARIES parameters to the contract build script. This makes
    it possible to customize each contract without changing the global WASM options.
    
    Added some documentation.
    
    Signed-off-by: Mic Bowman <mic.bowman@intel.com>
    cmickeyb committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    75a758d View commit details
    Browse the repository at this point in the history
  2. check for docker compose command in Makefiles

    Signed-off-by: Mic Bowman <mic.bowman@intel.com>
    cmickeyb committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    e2891e1 View commit details
    Browse the repository at this point in the history