dylibso / hermit

Actually Portable WebAssembly compiler toolchain for self-contained cross-platform binaries
https://dylibso.com/blog/hermit-actually-portable-wasm/
Apache License 2.0
189 stars 10 forks source link

work on JIT support #30

Open nilslice opened 7 months ago

nilslice commented 7 months ago

Consider the following to improve performance:

Benefits:

Drawbacks:

G4Vi commented 7 months ago

Started work on FastJit. Linux works, but looks like other platforms need work. https://github.com/dylibso/hermit/pull/32 Provides a 5X+ speed improvement for about 400k bytes, but does not add SIMD support.