Skip to content

Commit

Permalink
_
Browse files Browse the repository at this point in the history
  • Loading branch information
Shapur1234 committed Jan 15, 2024
1 parent 876e197 commit bbddb1b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions docs/index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!doctype html><meta charset=utf-8><base href=./><title>Fractaller</title><style>body{margin:0;padding:0;overflow:hidden}canvas{background-color:black;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}</style><link as=fetch crossorigin href=$./gui-13a3ffb2b1e8011d0bac0130397605c1cd6664cbb7a8fcb6fefc8c356d0f09db1b24f82be7d7132de08842d54e2dbb0e_bg.wasm integrity=sha384-E6P_srHoAR0LrAEwOXYFwc1mZMu3qPy2_vyMNW0PCdsbJPgr59cTLeCIQtVOLbsO rel=preload type=application/wasm><link crossorigin href=$./gui-13a3ffb2b1e8011d0bac0130397605c1cd6664cbb7a8fcb6fefc8c356d0f09db1b24f82be7d7132de08842d54e2dbb0e.js integrity=sha384-_VZnPgXJH5tZqfJFzD41L0g7tCNYZR0yHLb_jgMHKLpI3Msmgt9MU6dT5_rwL9T5 rel=modulepreload></head><body><script type=module>
import init, * as bindings from '$./gui-13a3ffb2b1e8011d0bac0130397605c1cd6664cbb7a8fcb6fefc8c356d0f09db1b24f82be7d7132de08842d54e2dbb0e.js';
init('$./gui-13a3ffb2b1e8011d0bac0130397605c1cd6664cbb7a8fcb6fefc8c356d0f09db1b24f82be7d7132de08842d54e2dbb0e_bg.wasm');
<!doctype html><meta charset=utf-8><base href=./><title>Fractaller</title><style>body{margin:0;padding:0;overflow:hidden}canvas{background-color:black;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}</style><link as=fetch crossorigin href=./gui-13a3ffb2b1e8011d0bac0130397605c1cd6664cbb7a8fcb6fefc8c356d0f09db1b24f82be7d7132de08842d54e2dbb0e_bg.wasm integrity=sha384-E6P_srHoAR0LrAEwOXYFwc1mZMu3qPy2_vyMNW0PCdsbJPgr59cTLeCIQtVOLbsO rel=preload type=application/wasm><link crossorigin href=./gui-13a3ffb2b1e8011d0bac0130397605c1cd6664cbb7a8fcb6fefc8c356d0f09db1b24f82be7d7132de08842d54e2dbb0e.js integrity=sha384-_VZnPgXJH5tZqfJFzD41L0g7tCNYZR0yHLb_jgMHKLpI3Msmgt9MU6dT5_rwL9T5 rel=modulepreload></head><body><script type=module>
import init, * as bindings from './gui-13a3ffb2b1e8011d0bac0130397605c1cd6664cbb7a8fcb6fefc8c356d0f09db1b24f82be7d7132de08842d54e2dbb0e.js';
init('./gui-13a3ffb2b1e8011d0bac0130397605c1cd6664cbb7a8fcb6fefc8c356d0f09db1b24f82be7d7132de08842d54e2dbb0e_bg.wasm');
window.wasmBindings = bindings;

</script></body></html>
</script></body></html>
2 changes: 1 addition & 1 deletion script/build_github_pages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ mkdir ./docs
nix build .#gui-wasm
cp -a ./result/. ./docs/ --no-preserve=mode,ownership

sed -i 's/\/gui/$.\/gui/g' ./docs/index.html
sed -i 's/\/gui/.\/gui/g' ./docs/index.html

0 comments on commit bbddb1b

Please # to comment.