diff options
Diffstat (limited to 'demo/index.html')
-rw-r--r-- | demo/index.html | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/demo/index.html b/demo/index.html index 6a08d6fd..fecc95b5 100644 --- a/demo/index.html +++ b/demo/index.html @@ -27,9 +27,11 @@ <h1>sexpr-wasm demo</h1> <hr> <p> - Type a .wast file into the textarea on the left. The right side will + Type a <a href="https://github.com/WebAssembly/spec/tree/master/ml-proto#s-expression-syntax">.wast</a> + file into the textarea on the left. The right side will either show an error, or will show a log with a description of the - generated .wasm file. + generated <a href="https://github.com/WebAssembly/design/blob/master/BinaryEncoding.md">.wasm</a> + file. </p> <div class="columns"> <div class="two-fifths column"> @@ -45,7 +47,7 @@ </div> </div> </div> - <script src="libwasm.js"></script> + <script src="libwasm-debug.js"></script> <script src="demo.js"></script> </body> </html> |