I don’t quite understand how should it translate js to c or wasm since it’s an interpretor. Am I missing something?
As i understand correctly, it doesn't translate JS to Wasm, but compiles JS engine to Wasm in such a way that it could interpret supplied inside Wasm JS code.
As i understand correctly, it doesn't translate JS to Wasm, but compiles JS engine to Wasm in such a way that it could interpret supplied inside Wasm JS code.