Hello, I am making a small toy 3d renderer using webGPU. I want to use wasm-pack
to build the web version for the examples. I am following more or less this guide Dependencies and the window | Learn Wgpu but my folder structure is different.
It is a library that contains an examples
folder. There is only one Cargo.toml file, and I want to generate a web version for each example, but it looks like wasm-pack is expecting a Cargo.toml file inside very example folder, thing that I do not want.
Do you have any idea about how could I solve the issue?