Closed twiddlingbits closed 1 month ago
Clarification on one folder up: It wasn't working when I ran it like this: [~/Programming/twr-wasm]$ python3 examples/server.py Website loads as localhost:8000/examples
But it did work with this: [~/Programming/]$ python3 twr-wasm/examples/server.py Website loads as localhost:8000/twr-wasm/examples
I cleared history and site data on Firefox and it works fine from localhost:8000/examples, so I believe it was a caching issue. However, it might be worth figuring out how to prevent Firefox from caching the examples.
(moving the conversation on this from email to github)
Jonathon Reports:
python examples/server.py
when in the twr-wasm root folder (this is how i run the local web server, and is what is listed in the docs)next step: Anthony asked Jonathan to try and debug the issue
Johnathon, take a look at
twrmodasync.ts
:Here is the launch.json file that does not work for me. It does run the index.html file, but it does not enable SharedArrayBuffers. I did install the firefox debug VS Code extension. Any ideas?