Re: How can I call variable in script like this global.var
Boris Zbarsky <[email protected]> Tue, 2 Apr 2019 12:56:20 -0400
| Newsgroups | gmane.comp.mozilla.devel.jseng |
|---|---|
| Message-ID | <[email protected]> |
On 4/2/19 12:11 PM, Kent Williams wrote: > Not looking forward to porting to the next ESR release version, because > for some reason, it requires Rust. The reason is simple: parts of SpiderMonkey are implemented in Rust at this point. Specifically, the BinAST parser seems to be, and the CraneLift WASM compiler. Now mayne you should be able to configure those off, and if you do that, maybe Rust should not be required at this stage... But when CraneLift becomes the default WASM compiler that won't be viable, of course. -Boris