top | item 46899297 (no title) zachrip | 26 days ago Is the code in the eval also turned into wasm first then? Does this work as a JIT for wasm? discuss order hn newest mavdol04|25 days ago It actually works a bit differently. The eval is executed by the interpreter running inside the isolated wasm sandbox (StarlingMonkey). You can think of it as each sandbox having its own dedicated JavaScript engine.
mavdol04|25 days ago It actually works a bit differently. The eval is executed by the interpreter running inside the isolated wasm sandbox (StarlingMonkey). You can think of it as each sandbox having its own dedicated JavaScript engine.
mavdol04|25 days ago