-
I was curious to try this with LibJS (but in C++ due to the lack of Rust bindings): 8 MB executable, takes 3.6 ms to run - not bad at all! :^) Using the AST interpreter here, bytecode with optimization pipeline is a few more lines. @reillywood/1557576781703417857
-
(built with -DBUILD_SHARED_LIBS=OFF -DCMAKE_BUILD_TYPE=Release and -g removed from default Lagom CMakeLists.txt)