Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

webassembly is not defined on ms-edge in github editor [FIXED]

GitHub code editor (github.dev) on Microsoft Edge browser says the error request initialize failed with message: Webassembly is not defined and also missing syntax highlighting while opening a file (e.g. a simple .cs file)

enter image description here

like image 845
hessam_kk Avatar asked Nov 30 '25 03:11

hessam_kk


1 Answers

All you need to do to fix that is to go to the edge settings > privacy, search, and services > scroll down to reach option Enhance your security on the web, and just turn it off (note that you must completely turn it off, not setting it on Balanced or strict.)

enter image description here

or you can create exception: enter image description here

after that refresh the github and see it working...

hope this saves you time.

like image 133
hessam_kk Avatar answered Dec 04 '25 09:12

hessam_kk