Andre Popovitch
Andre Popovitch
> I'm not sure I totally understand the benefit of introducing an Astro-specific component since that would require passing in the .svg import as a src property anyway, but I'm...
I think I don't understand your meaning. (Or more likely, I was just very unclear in my question.) Suppose you have this rust code: ```rust #[derive(Clone)] #[wasm_bindgen] struct Foo; #[wasm_bindgen]...
That is useful, thanks @RReverser! I guess this could be automated with an LRU cache or something