Zack Jackson

Results 1008 comments of Zack Jackson

If it's possible to provide bindings to cloudflare for io that would most likely do the trick. With emscripten and quickjs, I can get code to execute but as soon...

If you have any time for a call with @tysonrm and myself, and we would jump at the opportunity to work together. These binding would cover all Io on CF....

I also spoke with jake the maintainer of wuickjs emscripten. Who gave me a snippet to add extra bindings to C during compile time. Like console log so wasm comes...

Seemingly related but I feel this could be conveniently supported by minicss. Something along the lines of an option to use ExternalModule instead of CSSModule within the plugin https://github.com/webpack-contrib/mini-css-extract-plugin/issues/95

Yeah like on the Loader Options `type: "external"` or `external: true` which would indicate "require/import the emitted asset around where `locals` usually is written to. This would only be intended...

Fantastic! Fully willing to contribute on this one as well!

Consumer build would be in charge of last mile. So css loader / mini css would strip the imports out and just leave the local exports. Same way it works...

Update on this. My team took my loader idea mentioned above and added an extra loader before mini css. Then using contextify we are able to inject a require or...

@alexander-akait any suggestion on how we could implement. I’m happy to send a PR if you have a hint or sample of what/where I should start

Excellent I'll start tomorrow with my team. I see it as need for emit asset, use mini css loader to handle exports. Then take js and emit it, then inject...