Ooui-tws-port/Ooui.Wasm
Frank A. Krueger 2d15d29774
Add wasm support to client library
2018-03-09 17:13:27 -08:00
..
README.md Refactor the JS wasm loader 2018-03-09 16:44:10 -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