Is your feature request related to a problem? Please describe.
There's no automated test to verify that bindings actually compile to wasm and interoperate.
Describe the solution you'd like
Add an integration test in tests/ that compiles a small Rust function using wasm-bindgen, processes it with wasm-bindgen, and runs a basic JS test via node or wasm-pack test.
Describe alternatives you've considered
Manual testing only, but automated coverage is more dependable.
Additional context
This ensures CI catches integration flaws early.
Is your feature request related to a problem? Please describe.
There's no automated test to verify that bindings actually compile to wasm and interoperate.
Describe the solution you'd like
Add an integration test in
tests/that compiles a small Rust function usingwasm-bindgen, processes it with wasm-bindgen, and runs a basic JS test vianodeorwasm-pack test.Describe alternatives you've considered
Manual testing only, but automated coverage is more dependable.
Additional context
This ensures CI catches integration flaws early.