Christian Murphy

Results 263 comments of Christian Murphy

FWIW, Next 11.1 added ESM support https://nextjs.org/blog/next-11-1#es-modules-support There is also community driven documentation of ESM support for a number of other platforms at https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c For Gatsby, it may be possible...

http://www.mono-project.com/news/2018/01/16/mono-static-webassembly-compilation/

https://github.com/pypyjs/pypyjs might be able to support a WASM target

pypyjs is not ready to handle WASM yet, https://github.com/iodide-project/iodide looks promising

Hey @emsal1863 :wave: Julia is one of the languages I have not yet gotten to compile to LLVM bytecode. | Language | Instructions | Compiles to LLVM | LLVM compiles...

Hey @emsal1863! :wave: Would you be interested in opening a pull request improving the Julia to WASM process or better documenting the current blocker?

It looks like https://github.com/amellnik/Julia-to-JS may provide a way forward toward Julia supporting WASM

@Elephant-Vessel Are there logs or a stack trace you could provide to help trace the root cause? What browser(s) are impacted?

The mutation observer allows the component to update its attributes and slot while Shadow DOM is enabled. It's based off Vue Web Component wrapper's implementation of slots and attribute updates...

> So it's not even needed when not using Shadow DOM? It may still be needed. I use ReactiveElements with ShadowDOM enabled, I haven't tested to see the impact of...