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

Merged
merged 1 commit into from
Dec 2, 2024
Merged

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

@jsturtevant jsturtevant force-pushed the use-wac branch 2 times, most recently from 7b0b507 to 9dbcb6c Compare November 26, 2024 23:00
Signed-off-by: James Sturtevant <[email protected]>
@jsturtevant jsturtevant merged commit a70fddf into bytecodealliance:main Dec 2, 2024
2 checks passed
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