diff options
Diffstat (limited to 'demo')
-rw-r--r-- | demo/index.html | 2 | ||||
-rw-r--r-- | demo/wat2wasm/demo.js (renamed from demo/wast2wasm/demo.js) | 0 | ||||
-rw-r--r-- | demo/wat2wasm/examples.js (renamed from demo/wast2wasm/examples.js) | 0 | ||||
-rw-r--r-- | demo/wat2wasm/index.html (renamed from demo/wast2wasm/index.html) | 4 |
4 files changed, 3 insertions, 3 deletions
diff --git a/demo/index.html b/demo/index.html index d395d1b7..912c1c9e 100644 --- a/demo/index.html +++ b/demo/index.html @@ -28,7 +28,7 @@ <hr> <ul> <li> - <a href="wast2wasm/">wast2wasm demo</a> + <a href="wat2wasm/">wat2wasm demo</a> <p> Example showing converting text to binary. </p> diff --git a/demo/wast2wasm/demo.js b/demo/wat2wasm/demo.js index 1f297583..1f297583 100644 --- a/demo/wast2wasm/demo.js +++ b/demo/wat2wasm/demo.js diff --git a/demo/wast2wasm/examples.js b/demo/wat2wasm/examples.js index 05f07571..05f07571 100644 --- a/demo/wast2wasm/examples.js +++ b/demo/wat2wasm/examples.js diff --git a/demo/wast2wasm/index.html b/demo/wat2wasm/index.html index 2b5d21d9..aca2405c 100644 --- a/demo/wast2wasm/index.html +++ b/demo/wat2wasm/index.html @@ -18,14 +18,14 @@ <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, minimum-scale=1.0, initial-scale=1.0, user-scalable=yes"> - <title>wast2wasm demo</title> + <title>wat2wasm demo</title> <link href="../third_party/codemirror/codemirror.css" rel="stylesheet"> <link href="../primer.css" rel="stylesheet"> <link href="../custom.css" rel="stylesheet"> </head> <body> <div class="container"> - <h1>wast2wasm demo</h1> + <h1>wat2wasm demo</h1> <hr> <p>WebAssembly has a <a href="http://webassembly.github.io/spec/text/index.html">text format</a> |