Skip to content

Commit a2435c5

Browse files
committed
Add warning
1 parent 95e314f commit a2435c5

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* License, v. 2.0. If a copy of the MPL was not distributed with this
33
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
44

5-
var WasmExplorerVersion = "v2.17";
5+
var WasmExplorerVersion = "v2.18";
66

77
var WasmExplorerServiceBaseUrl = "https://wasmexplorer-service.herokuapp.com/";
88

index.html

+6
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,12 @@
3333
</md-button>
3434
<span style="font-weight: bold;">WebAssembly Explorer</span>
3535
<span flex></span>
36+
<span style="font-style:italic; color: yellow;">
37+
&#x261D;
38+
Please also check out <a href="https://webassembly.studio">WebAssembly Studio</a>
39+
&#x1F44D;
40+
</span>
41+
<span flex></span>
3642
<span>{{vm.appVersion}}</span>
3743
</md-toolbar>
3844
</div>

0 commit comments

Comments
 (0)