Embedding JUCE into a WordPress website?

Is it possible to build an interactive synthesizer plugin and embed it into a WordPress website? Like, have an audience visit your website, and be able to interact with the plugin you built from JUCE? I’d appreciate any help.

It is possible with WebAssembly:

https://forum.juce.com/t/juce-plugins-in-webassembly/25255

Thanks for this! Looks promising