aboutsummaryrefslogtreecommitdiff
path: root/documentation/bookmark/back-end/JavaScript.md
diff options
context:
space:
mode:
authorEduardo Julian2020-11-28 19:45:56 -0400
committerEduardo Julian2020-11-28 19:45:56 -0400
commita02b7bf8ff358ccfa35b03272d28537aeac723ae (patch)
tree66f27c97f192d31d7cbee6b87be5ac6546640253 /documentation/bookmark/back-end/JavaScript.md
parent889139602b77e4387a6e8bfbedacc2a08703e976 (diff)
Added "private" macro to lux/debug.
Diffstat (limited to 'documentation/bookmark/back-end/JavaScript.md')
-rw-r--r--documentation/bookmark/back-end/JavaScript.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/documentation/bookmark/back-end/JavaScript.md b/documentation/bookmark/back-end/JavaScript.md
new file mode 100644
index 000000000..f3c57b57f
--- /dev/null
+++ b/documentation/bookmark/back-end/JavaScript.md
@@ -0,0 +1,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)
+