tinygo icon indicating copy to clipboard operation
tinygo copied to clipboard

No space between hexadecimal literal and identifier

Open Taoja opened this issue 1 year ago • 1 comments
trafficstars

tinygo version 0.30.0 windows/amd64

i got the error No space between hexadecimal literal and identifier when i using iphone safari running the wasm_exec.js

looks like iphone6 safari not support 0xffffffffn

Taoja avatar Mar 28 '24 07:03 Taoja

looks like iphone6 safari not support 0xffffffffn

Probably, yeah. The iPhone 6 is 9 years old by now, and is not supported by Apple anymore. I'm afraid we can't keep supporting very old devices like that with no updates. (If it were an Android device you could have installed a different browser, but Apple doesn't allow that kind of thing). If that's a problem, you can either use an older version of TinyGo or try to revert this PR: https://github.com/tinygo-org/tinygo/pull/2375

aykevl avatar Mar 28 '24 11:03 aykevl

Closing this, since we cannot support such an old device. Thanks everyone!

deadprogram avatar May 25 '24 06:05 deadprogram