Open Dale-Black opened 10 months ago
That is odd, @Dale-Black. The easy part fails (the widgets), but the hard part (the WebAssembly) works. The page text is missing, too. I haven't seen that on Chrome or Firefox.
Do you have any plugins that might do something odd?
Maybe try using incognito mode (in case it's a plugin), or try using a different browser.
It seems I might just be misunderstanding the pipeline actually. When looking at the observables folder (https://github.com/tshort/WebAssemblyCompiler.jl/tree/main/examples/observables), what exact steps do you take to launch the app?
I think I am missing something going on
I am trying to run the observables example as-is, via an HTTP.jl server. But when I run the example, SVG is the only thing that is visible. None of the inputs are available.
Is there something else I need to do in order to run this>?