summaryrefslogtreecommitdiff
path: root/demo
diff options
context:
space:
mode:
Diffstat (limited to 'demo')
-rw-r--r--demo/index.html2
-rw-r--r--demo/wasm2wat/demo.js (renamed from demo/wasm2wast/demo.js)0
-rw-r--r--demo/wasm2wat/examples.js (renamed from demo/wasm2wast/examples.js)0
-rw-r--r--demo/wasm2wat/index.html (renamed from demo/wasm2wast/index.html)4
4 files changed, 3 insertions, 3 deletions
diff --git a/demo/index.html b/demo/index.html
index 86b3a394..d395d1b7 100644
--- a/demo/index.html
+++ b/demo/index.html
@@ -34,7 +34,7 @@
</p>
</li>
<li>
- <a href="wasm2wast/">wasm2wast demo</a>
+ <a href="wasm2wat/">wasm2wat demo</a>
<p>
Example showing converting binary to text.
</p>
diff --git a/demo/wasm2wast/demo.js b/demo/wasm2wat/demo.js
index a1b6b442..a1b6b442 100644
--- a/demo/wasm2wast/demo.js
+++ b/demo/wasm2wat/demo.js
diff --git a/demo/wasm2wast/examples.js b/demo/wasm2wat/examples.js
index 11e2caf3..11e2caf3 100644
--- a/demo/wasm2wast/examples.js
+++ b/demo/wasm2wat/examples.js
diff --git a/demo/wasm2wast/index.html b/demo/wasm2wat/index.html
index 051f037b..d2de0eee 100644
--- a/demo/wasm2wast/index.html
+++ b/demo/wasm2wat/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>wasm2wast demo</title>
+ <title>wasm2wat 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>wasm2wast demo</h1>
+ <h1>wasm2wat demo</h1>
<hr>
<p>WebAssembly has a
<a href="http://webassembly.github.io/spec/text/index.html">text format</a>