Skip to content

Add wasm-bindgen integration test #2

@jhelison

Description

@jhelison

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions