Created
May 28, 2022 09:53
-
-
Save juanfranblanco/15a0f67bcc29a9d8bae7b04cd225fa37 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | |
<ItemGroup> | |
<WasiNativeFileReference Include=""$([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\native\*.c))"" /> | |
<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