firasdib / Regex101

This repository is currently only used for issue tracking for www.regex101.com
3.26k stars 199 forks source link

Golang engine fails to start #2057

Closed jxsl13 closed 1 year ago

jxsl13 commented 1 year ago

Question

Hi, I'm currently using the website and the Golang regex engine does not seem to start.

working-name commented 1 year ago

Hi @jxsl13 I tried to reproduce is but on my macOS computer I cannot in 3 browsers. Are you able to reproduce it in an incognito window or another browser as well?

jxsl13 commented 1 year ago

I'm on an old macOS, Safari 14.1.2. Opening regex101.com Clicking on Golang Pasting this regex

((?:0[1-46-9]\d{3})|(?:[1-357-9]\d{4})|(?:[4][0-24-9]\d{3})|(?:[6][013-9]\d{3}))
jxsl13 commented 1 year ago
Bildschirmfoto 2023-05-07 um 00 02 33
jxsl13 commented 1 year ago

seemingly only a Safari issue (maybe even only my version)

jxsl13 commented 1 year ago

Updated Safari to 16.4.1 and it is working.

jxsl13 commented 1 year ago

references are not enabled whatever that means.

working-name commented 1 year ago

That is probably the browser trying to say it does not support webassembly or a feature thereof. That's how the golang engine runs in your browser, in javascript.