Is there a method in rquickjs to have a #[class] struct act as a JS subclass of another #[class] struct?
A message was moved here from #javy > Is Javy running a quickjs in wasm? by Brian Cardarella.
I believe it's doable, however, I think for this to work, you'd need to implement JsClass instead of using the #[class] attribute macro and ensure that the right prototype is set to create the desired prototype chain.
Last updated: Dec 06 2025 at 07:03 UTC