Skip to content

Commit 87f5f9b

Browse files
committed
Playground
1 parent 8425ce0 commit 87f5f9b

5 files changed

+124
-0
lines changed

docs/.nojekyll

Whitespace-only changes.

docs/assets/index-CokPxXHj.css

+5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/assets/index-L-_koUOA.js

+97
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
6.82 MB
Binary file not shown.

docs/index.html

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
<!doctype html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8" />
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6+
<title>sqlsonnet playground</title>
7+
<script type="module" crossorigin src="/sqlsonnet/assets/index-L-_koUOA.js"></script>
8+
<link rel="stylesheet" crossorigin href="/sqlsonnet/assets/index-CokPxXHj.css">
9+
</head>
10+
<body>
11+
<div class="container">
12+
<div class="row mb-2">
13+
<h1>sqlsonnet playground</h1>
14+
<p>This demo runs in your browser, using a <a href="https://en.wikipedia.org/wiki/WebAssembly">WebAssembly</a> build of <a href="https://github.com/cpg314/sqlsonnet">sqlsonnet</a>.</p>
15+
</div>
16+
<div id="root"></div>
17+
<div class="row text-center">
18+
<p><small>sqlsonnet v0.1.1</small></p>
19+
</div>
20+
</div>
21+
</body>
22+
</html>

0 commit comments

Comments
 (0)