Stream: javy

Topic: Is Javy running a quickjs in wasm?


view this post on Zulip Hoping White (Aug 26 2024 at 10:46):

I am curious how Javy is implemented and the performance compared with rust wasm.

view this post on Zulip Saúl Cabrera (Aug 26 2024 at 12:03):

Javy embeds the QuickJS engine and compiles the JS source to bytecode ahead-of-time. The bytecode is then interpreted at runtime. What specific comparison are you looking at with rust-wasm?


Last updated: Nov 22 2024 at 16:03 UTC