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

Use Wac for composition #61

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jsturtevant
Copy link
Contributor

Fixes #5, Since wasm-tools has a bunch of other useful tools I've kept it a part of the SDK so it's easy to use those tools

<Target Name="DownloadWac" Inputs="@(WacOutputs)" Outputs="@(WacOutputs)">
<MakeDir Directories="tools\%(WacOutputs.Rid)" />
<DownloadFile SourceUrl="$(WacBaseUrl)-%(WacTarget.Identity)" DestinationFolder="tools\%(WacTarget.Rid)" DestinationFileName="wac%(WacTarget.ExeExt)" />
<Exec Command="chmod +x tools\%(WacTarget.Rid)\wac" Condition="$([MSBuild]::IsOSPlatform('Linux'))"/>
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a hack to pass CI. Need the wac release process to package it in a Tar file to make it executable

Signed-off-by: James Sturtevant <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove wasm-tools compose
1 participant