Ooui-tws-port/Ooui.Wasm.Build.Tasks
mallibone 550d415571 Add readme for how to update the Ooui.Wasm.Build.Task 2018-09-04 07:24:17 +02:00
..
linker@c85962b3aa Update mono linker submodule 2018-09-02 17:33:02 +02:00
BuildDistTask.cs Update referenced sdk build to latest 2018-09-03 22:00:27 +02:00
Ooui.Wasm.Build.Tasks.csproj Use the Cecil included with the linker 2018-03-13 13:46:34 -07:00
README.md Add readme for how to update the Ooui.Wasm.Build.Task 2018-09-04 07:24:17 +02:00

README.md

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:

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.