Ooui-tws-port/Ooui.Wasm
Frank A. Krueger 881330e49e
Add wasm build
2018-03-09 18:52:32 -08:00
..
Dockerfile Add wasm build 2018-03-09 18:52:32 -08:00
Makefile Add wasm build 2018-03-09 18:52:32 -08:00
README.md Refactor the JS wasm loader 2018-03-09 16:44:10 -08:00
System.Core.cs Add wasm build 2018-03-09 18:52:32 -08:00
hello.cs Add wasm build 2018-03-09 18:52:32 -08:00
index.html Add wasm build 2018-03-09 18:52:32 -08:00
ooui-sample.cs Refactor the JS wasm loader 2018-03-09 16:44:10 -08:00
ooui-sample.html Add wasm support to client library 2018-03-09 17:13:27 -08: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/Ooui.dll /out:managed/Ooui.Sample.dll ooui-sample.cs

Run

python server.py

Go to locahost:8000/ooui.html