Skip to content

Commit

Permalink
Apparently DECtalk uses SharedArrayBuffers, so use a drop-in service …
Browse files Browse the repository at this point in the history
…worker hack to enable it on Pages
  • Loading branch information
SheepTester authored Jul 21, 2024
1 parent d44bd17 commit db0fe01
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ports/emscripten/public/coi-serviceworker.min.js

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

1 change: 1 addition & 0 deletions ports/emscripten/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
</head>
<body>
<div id="root"></div>
<script src="coi-serviceworker.js"></script>
<script src="say.js"></script>
<script src="index.js"></script>
</body>
Expand Down

0 comments on commit db0fe01

Please sign in to comment.