Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
yuri91
on Oct 8, 2024
|
parent
|
context
|
favorite
| on:
Show HN: Compiling C in the browser using WebAssem...
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
syrusakbary
on Oct 9, 2024
[–]
Nice, thanks for the benchmark Yuri!
yuri91
on Oct 9, 2024
|
parent
[–]
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.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
jslinux: 4.7s
wasmer: 1.3s
webvm: 1.2s