2.3.0
🚀 Features
- update the node version from v16.13 to v16.20.2, linux x86 looks like v16.20.3-pre?
I modified the deps/v8/BUILD.gn
file by changing current_cpu
to target_cpu
in order to compile libnode.so
based on the target CPU, which fixes the assembly error caused by compiling it solely based on the actual 64-bit CPU.
relevant code at here