aboutsummaryrefslogtreecommitdiff
path: root/documentation/bookmark/back_end/JavaScript.md
blob: f3c57b57ff74f4f96da51f9de2ab448c01df2393 (plain)
1
2
3
4
5
6
7
8
9
# Debugging

1. [The JavaScript Self-Profiling API](https://addyosmani.com/blog/js-self-profiling/)

# Number

1. [BigInt: arbitrary-precision integers in JavaScript](https://v8.dev/features/bigint)
1. [WebAssembly integration with JavaScript BigInt](https://v8.dev/features/wasm-bigint)