tshort / WebAssemblyCompiler.jl

Create WebAssembly with Julia
https://tshort.github.io/WebAssemblyCompiler.jl/
MIT License
76 stars 4 forks source link

Error when running the observables example #13

Open Dale-Black opened 9 months ago

Dale-Black commented 9 months ago

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.

image image

Is there something else I need to do in order to run this>?

tshort commented 8 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.

Dale-Black commented 6 months ago

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