7 Comments

I'm wondering why they're not using unikernels. Unikernels have single digit millisecond startups and are not limited to isolates.

Using stateful scale-to-zero you can preserve the JIT compilation cache of v8.

Expand full comment

I'll delve into this and possibly write a post on it.

Expand full comment

Thanks, you made my week, the article has many in-depth details.

Expand full comment

I am glad you like it :)

Expand full comment

Probably with the advent of compiling Java and .net code as wasm may address a wide range of audience. But developers should be aware of libraries that support wasm

Expand full comment

Right! Many businesses are experimenting with WebAssembly on the side. However, its adoption is limited by the lack of enough tooling and platform support for WASM.

Expand full comment