Skip to content

Commit

Permalink
[wasi] Debug missing wasmtime (#100664)
Browse files Browse the repository at this point in the history
  • Loading branch information
maraf authored Apr 16, 2024
1 parent 1b06075 commit 5266d98
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/libraries/sendtohelix-wasi.targets
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,8 @@

<Target Name="PrepareHelixCorrelationPayload_Wasi">
<Error Text="Cannot find %24(WasmtimeDir)=$(WasmtimeDir)" Condition="'$(WasmtimeDir)' == '' or !Exists($(WasmtimeDir))" />
<Exec Command="ls -lsa $(WasmtimeDir)" Condition="'$(HostOS)' == 'linux'" />
<Exec Command="ls -lsa $(WasmtimeDirForHelixPayload)" Condition="'$(HostOS)' == 'linux'" />
<ItemGroup>
<HelixCorrelationPayload Include="$(WasmtimeDirForHelixPayload)" Destination="wasmtime" Condition="'$(NeedsWasmtime)' == 'true'" />

Expand Down

0 comments on commit 5266d98

Please sign in to comment.