Skip to content

Commit

Permalink
update to custom domain name twiddlingbits.dev
Browse files Browse the repository at this point in the history
  • Loading branch information
twiddlingbits committed Mar 26, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 0cfead2 commit 77b6cbf
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion examples/balls/async.html
Original file line number Diff line number Diff line change
@@ -22,7 +22,7 @@ <h2>tiny-wasm-runtime</h2>
<li>written in C++</li>
<li>using 2D draw APIs which correspond to Javascript Canvas APIs</li>
<li>source code: <a href="https://github.com/twiddlingbits/tiny-wasm-runtime/tree/main/examples/balls">here on github</a></li>
<li>more <a href="https://gray-cliff-03fc78e10.5.azurestaticapps.net/examples/index.html">examples here</a></li>
<li>more <a href="https://twiddlingbits.dev/examples/index.html">examples here</a></li>
</ul>
<br>
</div>
2 changes: 1 addition & 1 deletion examples/balls/index.html
Original file line number Diff line number Diff line change
@@ -22,7 +22,7 @@ <h2>tiny-wasm-runtime</h2>
<li>written in C++</li>
<li>using 2D draw APIs which correspond to Javascript Canvas APIs</li>
<li>source code: <a href="https://github.com/twiddlingbits/tiny-wasm-runtime/tree/main/examples/balls">here on github</a></li>
<li>more <a href="https://gray-cliff-03fc78e10.5.azurestaticapps.net/examples/index.html">examples here</a></li>
<li>more <a href="https://twiddlingbits.dev/examples/index.html">examples here</a></li>
</ul>
<br>
</div>
6 changes: 3 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@ tiny-wasm-runtime is a simple, lightweight and easy to use C/C++ runtime. Althou
It's easy to printf or input from a div or canvas (tiny terminal) as well as 2D draw to a canvas. There are lots of examples to get you started.

## C++ Bouncing Balls Demo
[View bouncing balls here](https://gray-cliff-03fc78e10.5.azurestaticapps.net/examples/balls/dist/index.html)
[View bouncing balls here](https://twiddlingbits.dev/examples/balls/dist/index.html)

# Hello World
Here is the simplest tiny-wasm-runtime example.
@@ -130,7 +130,7 @@ https://github.com/twiddlingbits/tiny-wasm-runtime
# Examples
Select examples are discussed in this section. These and more examples can be found in the Examples folder.

[View live examples here](https://gray-cliff-03fc78e10.5.azurestaticapps.net/examples/index.html)
[View live examples here](https://twiddlingbits.dev/examples/index.html)

## stdio-div - Print and input from a \<div>
I/O can be directed to or from a \<div> or a \<canvas> tag. Here is a simple example using a \<div> for stdio input and output.
@@ -381,7 +381,7 @@ The bouncing balls example demonstrates:
- Using the Draw 2D APIs that match Javascript Canvas APIs.
- A C++ wrapper for the JavaScript Canvas class

[View bouncing balls demo here](https://gray-cliff-03fc78e10.5.azurestaticapps.net/examples/balls/dist/index.html)
[View bouncing balls demo here](https://twiddlingbits.dev/examples/balls/dist/index.html)

<img src="./readme-img-balls.png" width="500">

0 comments on commit 77b6cbf

Please sign in to comment.