From 550d415571d012a157562d1d2c33bca831b39249 Mon Sep 17 00:00:00 2001 From: mallibone Date: Tue, 4 Sep 2018 06:45:45 +0200 Subject: [PATCH] Add readme for how to update the Ooui.Wasm.Build.Task --- Ooui.Wasm.Build.Tasks/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Ooui.Wasm.Build.Tasks/README.md diff --git a/Ooui.Wasm.Build.Tasks/README.md b/Ooui.Wasm.Build.Tasks/README.md new file mode 100644 index 0000000..d4e6cdf --- /dev/null +++ b/Ooui.Wasm.Build.Tasks/README.md @@ -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/). \ No newline at end of file