JF Bastien
JF Bastien
It's really easy, I can just copy from another one of my C++ projects, but I was lazy and didn't do it. I really should...
[webpack](https://webpack.js.org/) is so 🔥 hot 🔥. Bundlers are where it's at these days. C++ ﹤HTML﹥ needs to *get in on the action*.
**FACTS**: * [WebAssembly](en.wikipedia.org/wiki/WebAssembly) allows C++ on the Web. * C++ ﹤HTML﹥ allows the Web onto C++. **ERGO**: *C++ ﹤HTML﹥ needs WebAssembly support*. **WARNING**: This might open a portal to the...
ES6 added support for [modules](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/import). C++ is [getting support for modules](http://wg21.link/N4720). C++ ﹤html﹥ should allow both to inter-operate.
Look at this ridiculous screenshot: emacs needs to do way better!
CSS has [amazing color names](https://developer.mozilla.org/en-US/docs/Web/CSS/color_value). We should support the `` element, and transform CSS colors and such to [color and other formats](https://misc.flogisoft.com/bash/tip_colors_and_formatting).
C++ has `// comment` and `/* comment */` comments. HTML has `` comments, as well as ``. The former should be easy to support in C++ ﹤html﹥.
At [the Fastly meeting spec review](https://github.com/WebAssembly/meetings/blob/master/2018/CG-04.md#section-review) we took the following action item: Action item: Dan to open issue with the TAG on secure context for WebAssembly, with IndexDB as one...
*Action item*: 4 browser vendors to clean up the limits.h numbers, agree on them, write tests, and unofficially support them for now. Next meeting, we’ll discuss the following polls which...
At [the Fastly in-person meeting discussion of GC](https://github.com/WebAssembly/meetings/blob/master/2018/CG-04.md#gc) we took the following action item: Action item: Andreas to list success criteria / target users for each step of the split...