https://github.com/gabearro/cps-runtime/tree/master/src/cps/wasm Added a WASM VM + two tiered JIT to my repo, will likely split this into its own thing though since im now mixing together concerns lol it has a resource aware optimization step so it'll create an abstract cost domain for wasm binaries(abstract cost of time and memory) and the tier 2 jit will decide which optimizations to toggle on to address the time/memory costs. Works pretty well: https://gist.github.com/gabearro/9106cae8cabcef1a4366a8b15ad0862b