Skip to content

Commit

Permalink
add link to github on example index pages
Browse files Browse the repository at this point in the history
  • Loading branch information
twiddlingbits committed Mar 25, 2024
1 parent 109c7c7 commit 18a0a63
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/index-file.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ <h2>Using tiny-wasm-runtime</h2>
<div id="errorMsg" style="color: red"></div>
<p>File (unbundled) version</p>
<p>Use the browser back arrow to return to this menu from an example</p>
<p>Visit <a href="https://github.com/twiddlingbits/tiny-wasm-runtime">tiny-wasm-runtime on github</a></p>
<br>
<a href="helloworld/index.html">hello world</a>
<br>
Expand Down
1 change: 1 addition & 0 deletions examples/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ <h2>Using tiny-wasm-runtime</h2>
<div id="errorMsg" style="color: red"></div>
<p>Bundled version</p>
<p>Use the browser back arrow to return to this menu from an example</p>
<p>Visit <a href="https://github.com/twiddlingbits/tiny-wasm-runtime">tiny-wasm-runtime on github</a></p>
<br>
<a href="helloworld/dist/index.html">hello world</a>
<br>
Expand Down
1 change: 1 addition & 0 deletions notes-to-self.txt
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ add source to module, also perhaps this is needed for above
doc? -- if (twr_strcmp(b, "1.234568e+2")!=0) return 0; // NOTE gcc printf %e gives 1.234568e+02
and if (twr_strcmp(b, "1.00000e+7")!=0) return 0; // GCC give 1e+07
revert twr_dbg_printf newline change and add twr_debuglog
add google site verification file to azure.sh

NOTES:
good wasm article: https://surma.dev/things/c-to-webassembly/index.html
Expand Down

0 comments on commit 18a0a63

Please sign in to comment.