-
I'm trying to do something similar to this example in wasm bindgen https://github.com/rustwasm/wasm-bindgen/tree/main/examples/wasm-audio-worklet Suppose I develop my worklet as a separate package Is there way I can tell cargo-leptos to build my |
Beta Was this translation helpful? Give feedback.
Answered by
gbj
Nov 26, 2023
Replies: 1 comment 1 reply
-
I think that the answer is that no, this is not a feature cargo-leptos supports at the moment, but I wonder whether a |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
anvlkv
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think that the answer is that no, this is not a feature cargo-leptos supports at the moment, but I wonder whether a
build.rs
script that rebuilds the other package and copies it might make sense? It might not, I'm not sure.