diff --git a/core/wasm/README.md b/core/wasm/README.md index f73c6666..b55f449e 100644 --- a/core/wasm/README.md +++ b/core/wasm/README.md @@ -1,3 +1,14 @@ +# noVNC + wasm + +The following example is based on this tutorial: + +https://hacks.mozilla.org/2018/04/javascript-to-rust-and-back-again-a-wasm-bindgen-tale/ + +and this example: + +https://github.com/rustwasm/wasm-bindgen/blob/master/examples/julia\_set/ + + ## Prep: ``` diff --git a/core/wasm/index.html b/core/wasm/index.html index bad47a7c..e4f4ce04 100644 --- a/core/wasm/index.html +++ b/core/wasm/index.html @@ -3,6 +3,7 @@
+