Alex Kanunnikov
Alex Kanunnikov
following this totorial https://emscripten.org/docs/getting_started/Tutorial.html I got:  error (looks like i neeed to read readme carefully) Anyway, as mentioned fs related logic shold be different for wasm, it could be...
@knownasilya is it possible to assign styleNamespace using template ast-transform? ```hbs ``` -> AST ```hbs ``` or kinda.
@webark during transform time we can figure out template type, based on file name & location.
@ctaylor-nurx check https://github.com/Brain-up/brn/blob/master/frontend/app/helpers/style-namespace.js and its usages in app, working for us
@knownasilya fast fix is specify resolutions in package.json to one validator version
Hi @acaciabengo! Try to pin all '@glimmer' packages into single version (if possible) https://github.com/lifeart/glimmerx-workshop/blob/master/package.json#L16
Try: ` @import '{{~this.tailwind~}}';`
Or we need to improve test setup, as I understand, we render list only once, and likely chain it never been optimized by browser. Same here: https://github.com/glimmerjs/glimmer-vm/pull/1322
https://ember-twiddle.com/edab79a0d0525d8dd8b8de1dbf82c527?openFiles=templates.components.performant-each.hbs%2Ctemplates.components.performant-each.hbs  Using fragments for initial loops rendering can bring 2x performance!
https://ember-twiddle.com/7190940e60cf314aa2c26a708a884f23?openFiles=templates.application.hbs%2Ctemplates.components.performant-each.hbs - it's already working case (increase initial rendering performance 2x+), but, I don't think it support fastboot and add one more dom tag. No perf improvements on rerender