Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save juanfranblanco/15a0f67bcc29a9d8bae7b04cd225fa37 to your computer and use it in GitHub Desktop.
Save juanfranblanco/15a0f67bcc29a9d8bae7b04cd225fa37 to your computer and use it in GitHub Desktop.
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<WasiNativeFileReference Include="&quot;$([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\native\*.c))&quot;" />
<WasiAfterRuntimeLoaded Include="native_networking_attach_internal_calls" />
</ItemGroup>
</Project>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment