diff options
| author | brian cully <bjc@spork.org> | 2025-12-27 12:58:44 -0500 |
|---|---|---|
| committer | brian cully <bjc@spork.org> | 2025-12-27 12:58:44 -0500 |
| commit | 69591cc5483d36bc819c75dce9347b08b04e33bf (patch) | |
| tree | 93d0f158621c6caea2f54e449a942f45ec829395 /site/index.html | |
| parent | 0eaa19448a85473e85d4679faa4ab30108dbf4b5 (diff) | |
| download | polyring-69591cc5483d36bc819c75dce9347b08b04e33bf.tar.gz polyring-69591cc5483d36bc819c75dce9347b08b04e33bf.zip | |
add rust/wasm impl
Diffstat (limited to 'site/index.html')
| -rw-r--r-- | site/index.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/site/index.html b/site/index.html index 012e301..bdb2f5d 100644 --- a/site/index.html +++ b/site/index.html @@ -16,7 +16,8 @@ <br> <canvas width='500' height='500'></canvas> - <script src='./main.mjs' type='module'></script> + <!-- <script src='./pure.mjs' type='module'></script> --> + <script src='./wasm.mjs' type='module'></script> <footer> <address><a href='https://git.spork.org/polyring.git'>src</a></address> |
