Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mhmd-azeez authored Feb 22, 2024
1 parent 8c95fb2 commit 9bec701
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ Update your `MyPlugin.csproj`/`MyPlugin.fsproj` as follows:
<TargetFramework>net8.0</TargetFramework>
<RuntimeIdentifier>wasi-wasm</RuntimeIdentifier>
<OutputType>Exe</OutputType>
<PublishTrimmed>true</PublishTrimmed>

<!-- Make sure we create a standalone wasm file for our plugin -->
<WasmSingleFileBundle>true</WasmSingleFileBundle>
<WasmBuildNative>true</WasmBuildNative>
</PropertyGroup>
</Project>
```
Expand Down

0 comments on commit 9bec701

Please sign in to comment.