Good day, Currently I'm writing rust+wgpu module for plotting graphs in html and have a fundamental problem: I cannot use my module. All works fine using #[wasm_bindgen(start)], but I cannot use the other #[wasm_bindgen] functions. I use trunk serve command to test: all wokrs with start() but nothing for other functions. What's happens? How properly put the wasm module into HTML and use like a common .js package?
Just to clarify, this forum is focused on low-level programming and not specifically about WebAssembly or web development. The domain name might be a bit misleading in that regard.