Y
Hacker News
new
|
ask
|
show
|
jobs
by
yuri91
614 days ago
very unscientific benchmark of `clang hello.c`, after a few runs to make sure the code is downloaded/cached:
jslinux: 4.7s
wasmer: 1.3s
webvm: 1.2s
1 comments
syrusakbary
613 days ago
Nice, thanks for the benchmark Yuri!
link
yuri91
613 days ago
It is a bit unfair to Wasmer, because it incur in the (presumed) overhead of `wasmer run ...`, but I could not figure out if the actual clang binary is directly available after it is downloaded the first time.
link