Add readme for how to update the Ooui.Wasm.Build.Task

This commit is contained in:
mallibone 2018-09-04 06:45:45 +02:00
parent b34879f40c
commit 550d415571
1 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,9 @@
# Updating the Ooui.Wasm.Build.Task
The build task uses the Web Assembly SDK and the Mono Linker to build a WASM app, which often requires updating these modules. Updating the SDK is done in the `BuildDistTask` file by replacing the string content of the `SdkUrl` field:
```c#
const string SdkUrl = "PATH/TO/MonoWasmSDK.zip";
```
The build outputs from the mono project, i.e. the Web Assembly build artefacts can be found [here](https://jenkins.mono-project.com/job/test-mono-mainline-wasm/).