Is it possible to create more than one HTML file (with relative JS & WASM modules) from a single Yew project. For example, here I create one artifact with the following:
fn main() {
yew::Renderer::<App>::new().render();
}
Is it possible to make multiple instance of this and create few HTML output?