A nuget package which provides the binaries and toolchain of the mono-wasm runtime, packaged to be used with the Uno.Wasm.Bootstrap package.
Перейти к файлу
Geoffrey Huntley 5648fa9808
docs: adjusted links
2019-09-05 23:25:02 +10:00
build Initial commit 2018-12-16 22:23:18 -05:00
src Update to mono-wasm build 475431927c124d1b02cdc6a20fba69665a8d29c3 2018-12-18 09:10:02 -05:00
.gitattributes Initial commit 2018-12-16 22:23:18 -05:00
.gitignore Initial commit 2018-12-16 22:23:18 -05:00
.vsts-ci.yml Update to mono-wasm build 475431927c124d1b02cdc6a20fba69665a8d29c3 2018-12-18 09:10:02 -05:00
License.md Add documentation a license. 2018-12-16 22:33:07 -05:00
README.md docs: adjusted links 2019-09-05 23:25:02 +10:00
gitversion.yml Initial commit 2018-12-16 22:23:18 -05:00

README.md

Uno.Wasm.MonoRuntime

The Uno.Wasm.MonoRuntime package provides the binaries and toolchain of the mono-wasm runtime.

This package requires the use of Uno.Wasm.Bootstrap to work properly.

Why does this package exist ?

Currently, as of this writing, the mono-wasm runtime is not distributed in an easy-to-consume manner, which forces users of the runtime to reference the mono CI artifacts for building WebAssembly applications.

This packages provides a stable and persistent source for the runtime, but is probably only temporary, until the mono team decides on the best way to publish those binaries.

Why is there a dependency on Uno.Wasm.Bootstrap

The toolchain requires the use of a set of prerequisites, and build step which are currently not provided by the mono SDK, and the Uno.Wasm.Bootstrap provides this additional tooling.

How often is this package updated?

This repository will be regularly updated with newer versions of the mono-wasm SDK, using the mono projects CI output.