Skip to content
Better HN
Top
Best
Ask
Show
New
Jobs
Search
⌘K
0 points
jitl
3d ago
0 comments
Save
Share
rust seems alergic to the un-safety required of "i dynamically built this executable code segment just now, please jump into it"
0 comments
4 comments · 2 top-level
top
newest
oldest
anematode
3d ago
· 2 in thread
wasmtime exists
jitl
OP
3d ago
yes i love to use a language runtime within another language runtime for a sweet sweet 30% performance penalty
anematode
3d ago
Why the snark? wasmtime is a (pretty popular) Rust project which uses a JIT, demonstrating that it's not incompatible with Rust. Obviously a proper VM wouldn't depend on wasmtime, but implement its own JIT and paraphernalia.
1 more reply
tomjakubowski
2d ago
This is wrong, demonstrably. There are multiple OS kernels written in Rust (with small amounts of ASM glue, as is required in any kernel project).
j
/
k
navigate · click thread line to collapse