mortbopet / Ripes

A graphical processor simulator and assembly editor for the RISC-V ISA
https://ripes.me/
MIT License
2.49k stars 270 forks source link

ripes.me: SharedArrayBuffer is not defined #364

Open Fabs37 opened 1 month ago

Fabs37 commented 1 month ago

Hi there,

when I open https://ripes.me/ (using Firefox 127.0.2), I just get the following:

image

SharedArrayBuffer seems to require the following headers (see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/SharedArrayBuffer#security_requirements):

Cross-Origin-Opener-Policy: same-origin
Cross-Origin-Embedder-Policy: require-corp

But they are not present in the response, which may explain the error.

image