bytecodealliance / wasmtime-dotnet

.NET embedding of Wasmtime https://bytecodealliance.github.io/wasmtime-dotnet/
Apache License 2.0
409 stars 52 forks source link

Replace Exec task with Unzip task #267

Closed henrikrxn closed 1 year ago

henrikrxn commented 1 year ago

Removes dependency on having unzip in path

How did I test it?

The only test I have run is on Windows 11 building under Powershell 7.3.5

PS> dotnet build .\Wasmtime.sln

If your CI does not handle the other platforms then let me know if you feel additional testing is needed on my side.

Fixes #266

henrikrxn commented 1 year ago

@peterhuene This is it from me. Feel free to merge if and when it suits you.

peterhuene commented 1 year ago

@henrikrxn thanks for the fix!