Skip to content

Commit

Permalink
add compile functionality to gh-pages
Browse files Browse the repository at this point in the history
Signed-off-by: salaheldinsoliman <[email protected]>
  • Loading branch information
salaheldinsoliman committed Jun 2, 2024
1 parent 0ff8ab0 commit e4e527e
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
Binary file added 3c2b3db7f940936c9622.wasm
Binary file not shown.
2 changes: 1 addition & 1 deletion app.bundle.js

Large diffs are not rendered by default.

Binary file removed dc9ae6434bfd831400b6.wasm
Binary file not shown.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@
textarea {
width: 100%;
resize: none;
}</style><script type="module" src="app.bundle.js"></script><script type="module" src="editor.worker.bundle.js"></script></head><body><div id="container"><div id="cell-editor"><label for="editor">editor</label><div id="editor"></div></div><div id="cell-console"><label for="channel-console">console</label> <textarea id="channel-console" autocomplete="off" spellcheck="off" wrap="off" readonly="readonly" rows="3"></textarea></div><div id="cell-client"><label for="channel-client">message trace (client ⇒ server)</label> <textarea id="channel-client" autocomplete="off" spellcheck="off" wrap="off" readonly="readonly" rows="4"></textarea></div><div id="cell-server"><label for="channel-server">message trace (client ⇐ server)</label> <textarea id="channel-server" autocomplete="off" spellcheck="off" wrap="off" readonly="readonly" rows="8"></textarea></div></div></body></html>
}</style><script type="module" src="app.bundle.js"></script><script type="module" src="editor.worker.bundle.js"></script></head><body><div id="container"><button id="compile">Compile</button><div id="cell-editor"><label for="editor">editor</label><div id="editor"></div></div><div id="cell-console"><label for="channel-console">console</label> <textarea id="channel-console" autocomplete="off" spellcheck="off" wrap="off" readonly="readonly" rows="3"></textarea></div><div id="cell-client"><label for="channel-client">message trace (client ⇒ server)</label> <textarea id="channel-client" autocomplete="off" spellcheck="off" wrap="off" readonly="readonly" rows="4"></textarea></div><div id="cell-server"><label for="channel-server">message trace (client ⇐ server)</label> <textarea id="channel-server" autocomplete="off" spellcheck="off" wrap="off" readonly="readonly" rows="8"></textarea></div></div></body></html>

0 comments on commit e4e527e

Please sign in to comment.