Skip to content

Commit a6d632a

Browse files
committed
Make it so.
0 parents  commit a6d632a

File tree

93 files changed

+3210
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

93 files changed

+3210
-0
lines changed

.DS_Store

6 KB
Binary file not shown.

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "vim.wasm"]
2+
path = vim.wasm
3+
url = [email protected]:rhysd/vim.wasm.git

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
Serve up the static website with any simple http server.
2+
3+
Open index.html and add tutorial steps there using this template:
4+
5+
```html
6+
<script class="tutorial-step" type="text/html" data-tutorial-step="1">
7+
<p>Tutorial text goes here. Be sure to change the data-tutorial-step
8+
property with every new step.</p>
9+
</script>
10+
```
11+
12+
Here's what it looks like:
13+
14+
![demo](demo.gif)

demo.gif

2.81 MB
Loading

dragonruby-asmjs.js

Lines changed: 46 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dragonruby-asmjs.js.mem

483 KB
Binary file not shown.

0 commit comments

Comments
 (0)