Skip to content

Commit

Permalink
Update repl.html
Browse files Browse the repository at this point in the history
  • Loading branch information
dy committed Feb 11, 2025
1 parent da1a2b1 commit 8d23ce5
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions docs/repl.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
content="Fast, simple WebAssembly REPL for WAT code.">
<!-- <meta name="twitter:image" content="https://dy.github.io/watr/docs/twitter-image.png"> -->

<meta name="google" content="notranslate">

<script type="application/ld+json">
{
"@context": "https://schema.org",
Expand Down Expand Up @@ -161,7 +163,8 @@ <h1 title="WebAssembly text REPL">WAT REPL</h1>
}
}
</style>
<output id="source"></output>

<code id="source" title="WebAssembly Text Format (WAT) code" aria-label="WebAssembly Text Format (WAT) code" lang="plaintext"></code>
<style>
/* theme */
#source {
Expand Down Expand Up @@ -233,7 +236,7 @@ <h1 title="WebAssembly text REPL">WAT REPL</h1>
source.codejar = codejar
</script>

<output id="binary"></output>
<output id="binary" title="WebAssembly WASM binary" aria-label="WebAssembly WASM binary" lang="plaintext"></output>
<style>
#binary {
position: relative;
Expand Down

0 comments on commit 8d23ce5

Please sign in to comment.