Skip to content

Commit

Permalink
add build (code) artifacts to main
Browse files Browse the repository at this point in the history
  • Loading branch information
twiddlingbits committed Sep 29, 2024
1 parent 819ba83 commit b33f0ac
Show file tree
Hide file tree
Showing 33 changed files with 33 additions and 33 deletions.
2 changes: 1 addition & 1 deletion azure/docsite/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1628,7 +1628,7 @@ <h2 id="limitations">Limitations</h2>
<li>Not all of compile-rt is ported (but most bits you need are)</li>
</ul>
<h2 id="post-feedback">Post Feedback</h2>
<p>Please post feedback (it worked for you, didn't work, requests, questions, etc) at <a href="https://github.com/twiddlingbits/twr-wasm/">https://github.com/twiddlingbits/twr-wasm/</a></p>
<p>Please post feedback (it worked for you, didn't work, requests, questions, etc) at <a href="https://github.com/twiddlingbits/twr-wasm/issues">https://github.com/twiddlingbits/twr-wasm/</a></p>



Expand Down
2 changes: 1 addition & 1 deletion azure/examples/dist/balls/index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!doctype html><html><head><title>WebAssembly Balls</title><script type="module" src="/examples/dist/helloworld/index.e96d9fe1.js"></script><script type="module" src="/examples/dist/helloworld/index.runtime.58b86402.js"></script><script type="importmap">
<!doctype html><html><head><title>WebAssembly Balls</title><script type="module" src="/examples/dist/helloworld/index.7e2c85bd.js"></script><script type="module" src="/examples/dist/helloworld/index.runtime.3559a563.js"></script><script type="importmap">
{
"imports": {
"twr-wasm": "../../lib-js/index.js"
Expand Down
2 changes: 1 addition & 1 deletion azure/examples/dist/callc/index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!doctype html><html><head><title>callc example</title><script type="module" src="/examples/dist/helloworld/index.e96d9fe1.js"></script><script type="module" src="/examples/dist/helloworld/index.runtime.58b86402.js"></script><script type="importmap">
<!doctype html><html><head><title>callc example</title><script type="module" src="/examples/dist/helloworld/index.7e2c85bd.js"></script><script type="module" src="/examples/dist/helloworld/index.runtime.3559a563.js"></script><script type="importmap">
{
"imports": {
"twr-wasm": "../../lib-js/index.js"
Expand Down
2 changes: 1 addition & 1 deletion azure/examples/dist/divcon/index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!doctype html><html><head><title>Div Console WebAssembly C/C++ Example</title><meta name="description" content="Map stdin and stdout to a div tag using twr-wasm class twrConsoleDiv. Implements a Read-Eval-Print Loop (REPL)"><script type="module" src="/examples/dist/helloworld/index.e96d9fe1.js"></script><script type="module" src="/examples/dist/helloworld/index.runtime.58b86402.js"></script><script type="importmap">
<!doctype html><html><head><title>Div Console WebAssembly C/C++ Example</title><meta name="description" content="Map stdin and stdout to a div tag using twr-wasm class twrConsoleDiv. Implements a Read-Eval-Print Loop (REPL)"><script type="module" src="/examples/dist/helloworld/index.7e2c85bd.js"></script><script type="module" src="/examples/dist/helloworld/index.runtime.3559a563.js"></script><script type="importmap">
{
"imports": {
"twr-wasm": "../../lib-js/index.js"
Expand Down
2 changes: 1 addition & 1 deletion azure/examples/dist/fft/index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!doctype html><html><head><title>Fast Fourier transform (FFT) using WebAssembly with twr-wam</title><meta name="description" content="JavaScript/TypeScript calls the KISS FFT library using WebAssembly and then graphs input and output."><script type="module" src="/examples/dist/helloworld/index.e96d9fe1.js"></script><script type="module" src="/examples/dist/helloworld/index.runtime.58b86402.js"></script><script type="importmap">
<!doctype html><html><head><title>Fast Fourier transform (FFT) using WebAssembly with twr-wam</title><meta name="description" content="JavaScript/TypeScript calls the KISS FFT library using WebAssembly and then graphs input and output."><script type="module" src="/examples/dist/helloworld/index.7e2c85bd.js"></script><script type="module" src="/examples/dist/helloworld/index.runtime.3559a563.js"></script><script type="importmap">
{
"imports": {
"twr-wasm": "../../lib-js/index.js"
Expand Down
2 changes: 2 additions & 0 deletions azure/examples/dist/helloworld/index.7e2c85bd.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions azure/examples/dist/helloworld/index.7e2c85bd.js.map

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions azure/examples/dist/helloworld/index.e96d9fe1.js

This file was deleted.

1 change: 0 additions & 1 deletion azure/examples/dist/helloworld/index.e96d9fe1.js.map

This file was deleted.

2 changes: 1 addition & 1 deletion azure/examples/dist/helloworld/index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!doctype html><html><head><title>Hello World using WebAssembly</title><meta name="description" content="This Wasm C Hello World is running live and demonstrates a simple twr-wasm WebAssembly function that uses printf to output a string to a div tag."><script type="module" src="/examples/dist/helloworld/index.e96d9fe1.js"></script><script type="module" src="/examples/dist/helloworld/index.runtime.58b86402.js"></script><script type="importmap">
<!doctype html><html><head><title>Hello World using WebAssembly</title><meta name="description" content="This Wasm C Hello World is running live and demonstrates a simple twr-wasm WebAssembly function that uses printf to output a string to a div tag."><script type="module" src="/examples/dist/helloworld/index.7e2c85bd.js"></script><script type="module" src="/examples/dist/helloworld/index.runtime.3559a563.js"></script><script type="importmap">
{
"imports": {
"twr-wasm": "../../lib-js/index.js"
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion azure/examples/dist/lib/index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!doctype html><html><head><title>Example Library Test</title><meta name="description" content="The example library demonstrates creating a twr-wasm Library which allows the implementation of new C/C++ APIs in JavaScript"><script type="module" src="/examples/dist/helloworld/index.e96d9fe1.js"></script><script type="module" src="/examples/dist/helloworld/index.runtime.58b86402.js"></script><script type="importmap">
<!doctype html><html><head><title>Example Library Test</title><meta name="description" content="The example library demonstrates creating a twr-wasm Library which allows the implementation of new C/C++ APIs in JavaScript"><script type="module" src="/examples/dist/helloworld/index.7e2c85bd.js"></script><script type="module" src="/examples/dist/helloworld/index.runtime.3559a563.js"></script><script type="importmap">
{
"imports": {
"twr-wasm": "../../lib-js/index.js"
Expand Down
2 changes: 1 addition & 1 deletion azure/examples/dist/maze/index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!doctype html><html><head><title>Maze Generator/Solver - C using WebAssembly</title><meta name="description" content="Live maze code is called from JavaScript. The maze is rendered with twr-wasm 2D drawing APIs. Both blocking and non-blocking functions are demonstrated."><script type="module" src="/examples/dist/helloworld/index.e96d9fe1.js"></script><script type="module" src="/examples/dist/helloworld/index.runtime.58b86402.js"></script><script type="importmap">
<!doctype html><html><head><title>Maze Generator/Solver - C using WebAssembly</title><meta name="description" content="Live maze code is called from JavaScript. The maze is rendered with twr-wasm 2D drawing APIs. Both blocking and non-blocking functions are demonstrated."><script type="module" src="/examples/dist/helloworld/index.7e2c85bd.js"></script><script type="module" src="/examples/dist/helloworld/index.runtime.3559a563.js"></script><script type="importmap">
{
"imports": {
"twr-wasm": "../../lib-js/index.js"
Expand Down
2 changes: 1 addition & 1 deletion azure/examples/dist/multi-io/index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!doctype html><html><head><title>Multiple I/O Consoles WebAssembly Example</title><meta name="description" content="Demos multiple stream, terminal, and canvas 2D consoles. Uses twr-wasm library."><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta charset="utf-8"><script type="module" src="/examples/dist/helloworld/index.e96d9fe1.js"></script><script type="module" src="/examples/dist/helloworld/index.runtime.58b86402.js"></script><script type="importmap">
<!doctype html><html><head><title>Multiple I/O Consoles WebAssembly Example</title><meta name="description" content="Demos multiple stream, terminal, and canvas 2D consoles. Uses twr-wasm library."><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta charset="utf-8"><script type="module" src="/examples/dist/helloworld/index.7e2c85bd.js"></script><script type="module" src="/examples/dist/helloworld/index.runtime.3559a563.js"></script><script type="importmap">
{
"imports": {
"twr-wasm": "../../lib-js/index.js"
Expand Down
2 changes: 1 addition & 1 deletion azure/examples/dist/pong/index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html><html><head><title>Pong</title><script type="module" src="/examples/dist/helloworld/index.e96d9fe1.js"></script><script type="module" src="/examples/dist/helloworld/index.runtime.58b86402.js"></script><script type="importmap">
<!DOCTYPE html><html><head><title>Pong</title><script type="module" src="/examples/dist/helloworld/index.7e2c85bd.js"></script><script type="module" src="/examples/dist/helloworld/index.runtime.3559a563.js"></script><script type="importmap">
{
"imports": {
"twr-wasm": "../../lib-js/index.js"
Expand Down
2 changes: 1 addition & 1 deletion azure/examples/dist/terminal/index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!doctype html><html><head><script type="module" src="/examples/dist/helloworld/index.e96d9fe1.js"></script><script type="module" src="/examples/dist/helloworld/index.runtime.58b86402.js"></script><title>terminal WebAssembly Terminal Example</title><meta name="description" content="Wasm C example of moving a string up or down in a terminal window based on user key input. Uses twr-wasm library."></head><body> <canvas id="iocanvas" tabindex="0"></canvas> <script type="importmap">
<!doctype html><html><head><script type="module" src="/examples/dist/helloworld/index.7e2c85bd.js"></script><script type="module" src="/examples/dist/helloworld/index.runtime.3559a563.js"></script><title>terminal WebAssembly Terminal Example</title><meta name="description" content="Wasm C example of moving a string up or down in a terminal window based on user key input. Uses twr-wasm library."></head><body> <canvas id="iocanvas" tabindex="0"></canvas> <script type="importmap">
{
"imports": {
"twr-wasm": "../../lib-js/index.js"
Expand Down
2 changes: 1 addition & 1 deletion azure/examples/dist/tests-audio/index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html><html><head><title>Audio Tests</title><script type="module" src="/examples/dist/helloworld/index.e96d9fe1.js"></script><script type="module" src="/examples/dist/helloworld/index.runtime.58b86402.js"></script><script type="importmap">
<!DOCTYPE html><html><head><title>Audio Tests</title><script type="module" src="/examples/dist/helloworld/index.7e2c85bd.js"></script><script type="module" src="/examples/dist/helloworld/index.runtime.3559a563.js"></script><script type="importmap">
{
"imports": {
"twr-wasm": "../../lib-js/index.js"
Expand Down
Loading

0 comments on commit b33f0ac

Please sign in to comment.