Porffor is a research project that compiles JavaScript ahead-of-time to WebAssembly and native binaries, aiming to improve performance and security. It achieves this by compiling JavaScript without packaging a runtime, resulting in smaller binary sizes and faster execution. Porffor is written from scratch with ahead-of-time compilation in mind, allowing for previously impossible optimizations. The project is still in its early stages, with some JavaScript features not yet supported.