node/deps/base64
Cheng Zhao 7ff3551bad
build: fix arm64 host cross-compilation in GN
Should use `current_cpu` instead of `target_cpu` in GN build files,
otherwise the host build may use wrong configs when doing cross
compilation.

PR-URL: https://github.com/nodejs/node/pull/51903
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
2024-03-07 10:27:35 +01:00
..
base64 deps: update base64 to 0.5.2 2024-02-15 12:05:47 +01:00
base64.gyp deps: update base64 to 0.5.1 2023-11-14 09:18:03 +01:00
BUILD.gn build: add GN build files 2023-11-14 09:18:03 +01:00
README.md
unofficial.gni build: fix arm64 host cross-compilation in GN 2024-03-07 10:27:35 +01:00

base64

This project boosts base64 encoding/decoding performance by utilizing SIMD operations where possible.

The source is pulled from: https://github.com/aklomp/base64

Active development occurs in the default branch (currently named master).

Updating

$ git clone https://github.com/aklomp/base64