diff options
Diffstat (limited to 'docs/demo/wat2wasm/index.html')
-rw-r--r-- | docs/demo/wat2wasm/index.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/demo/wat2wasm/index.html b/docs/demo/wat2wasm/index.html index 2b87db8c..f2e92561 100644 --- a/docs/demo/wat2wasm/index.html +++ b/docs/demo/wat2wasm/index.html @@ -68,7 +68,10 @@ </div> <div id="top-right" class="split split-horizontal"> <pre id="output" class="output"></pre> - <div class="toolbar">BUILD LOG</div> + <div class="toolbar"> + <button class="btn disabled" type="button" id="buildLog" style="text-decoration: underline">BUILD LOG</button> + <button class="btn disabled" type="button" id="base64">BASE64</button> + </div> </div> </div> <div id="bottom-row" class="split-vertical"> |