webauthn-example icon indicating copy to clipboard operation
webauthn-example copied to clipboard

update dependencies for newer Macs

Open jvantuyl opened this issue 3 years ago • 0 comments

Just tried to run this on an out-of-the-box M1 MacBook. It failed spectacularly due to some old versions of stuff not liking the new platform (I guess?).

I updated:

  • golang.org/x/sys because it was failing to compile with an error[^1]
  • github.com/ugorji/go because it would segfault handling the registration

[^1]: //go:linkname must refer to declared function or variable

jvantuyl avatar Oct 27 '22 04:10 jvantuyl