Ooui-tws-port/Ooui.Wasm
Frank A. Krueger 64e6602e79
Fix initial Forms size
2018-03-12 20:56:43 -07:00
..
Makefile Fix initial Forms size 2018-03-12 20:56:43 -07:00
README.md Update README.md 2018-03-09 23:14:18 -08:00
ooui-sample.cs Fix initial Forms size 2018-03-12 20:56:43 -07:00
ooui-sample.html Fix initial Forms size 2018-03-12 20:56:43 -07:00

README.md

Install

Download Mono WebAssembly support on Jenkins by grabbing the latest build's Azure Artifact.

mono-wasm-03914603a3b.zip

Expand that into this directory.

Build

csc /nostdlib /target:library /r:managed/mscorlib.dll /r:managed/System.Runtime.dll /r:managed/Xamarin.Forms.Core.dll /r:managed/Ooui.dll /r:managed/Ooui.Forms.dll /out:managed/Ooui.Sample.dll ../Samples/ISample.cs ../Samples/BoxViewClockSample.cs ooui-sample.cs

Run

python server.py

Go to locahost:8000/ooui-sample.html