You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I encountered a build error while using the github.com/cloudwego/base64x library on my macOS device with an M2 chip. The error indicates that b64encode is undefined in the base64x.go file.
Create a simple Go project that uses the github.com/cloudwego/base64x package.
Build or run the project on a Mac with an M2 chip (ARM64 architecture).
Observe the error.
Expected Behavior
The library should support ARM64 architecture or provide a fallback mechanism.
Actual Behavior
The b64encode function is undefined, which suggests the library might not support ARM64 architecture.
Request
Could you confirm if ARM64 architecture is supported by this library? If not, is there a workaround or planned support for ARM64 devices like M1/M2 chips?
The text was updated successfully, but these errors were encountered:
Description
I encountered a build error while using the github.com/cloudwego/base64x library on my macOS device with an M2 chip. The error indicates that b64encode is undefined in the base64x.go file.
Error Details
../../../../../pkg/mod/github.com/cloudwego/base64x@v0.1.4/base64x.go:90:5: undefined: b64encode
Environment
Steps to Reproduce
Expected Behavior
The library should support ARM64 architecture or provide a fallback mechanism.
Actual Behavior
The
b64encode
function is undefined, which suggests the library might not support ARM64 architecture.Request
Could you confirm if ARM64 architecture is supported by this library? If not, is there a workaround or planned support for ARM64 devices like M1/M2 chips?
The text was updated successfully, but these errors were encountered: