AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
The Performance Penalty of Crossing the Border Between JavaScript and WebAssembly
I've heard people say that going between Wasm and JavaScript, there's a penalty. Is this true? I mean, like any kind of FFI layer you're doing for a penalty because you're probably sending some data over. For instance, if you want to expose something pretty in the console log where these are, you know, like, "My field" You essentially need to copy over the object into JavaScript.