<
Debugging with JavaScript's debugger (Browser/Node.js/Jest)

2022-07-09

Let's debug using the standard JavaScript feature `debugger`. Since it's a standard feature, it can be used in libraries like React....

Introduction to LLVM - Compiling JavaScript to LLVM (Rust:inkwell) JIT

2021-09-04

I, who had no knowledge of LLVM, a compiler infrastructure, have managed to parse JavaScript source code and compile it with LLVM. There are many articles about LLVM, but I felt there were few for beginners, so in this article, I will try to write an article that can introduce LLVM as simply as possible. The source code is placed here....