Revisit WebAssembly to support TextMate grammars #1915
Closed
Description
From the README:
We can revisit this once WebAssembly gets traction in the major browsers, but we will still need to consider the browser matrix we support, i.e. if we support IE11 and only Edge will add WebAssembly support, what will the experience be in IE11, etc.
Also from the README:
The Monaco Editor no longer supports IE 11. The last version that was tested on IE 11 is 0.18.1.
IE 11 is no longer supported, and all major browsers support WebAssembly. It seems that now may be the time to revisit using WebAssembly to support TextMate grammars. Are there any other challenges/blockers from giving this a go?