Replies: 1 comment
-
this helped me |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I built a project for wasm with command axmol build -p wasm
buld complete successfully got folder build_wasm/bin/[Project name] with files: Test.data, Test.html, Test.js, Test.wasm, Test.worker.js
project name "Test"
start http with python python3 -m http.server 8000
and open http://localhost:8000/Test.html with windows chrome
got error: Uncaught ReferenceError: SharedArrayBuffer is not defined at Test.js:1:20366
Please tell me what am I doing wrong?
Beta Was this translation helpful? Give feedback.
All reactions