Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix multiple issues on wasm32, and runs url tests in CI #886

Merged
merged 1 commit into from Apr 4, 2024

Commits on Apr 3, 2024

  1. Fix multiple issues on wasm32:

    * remove `Url::socket_addrs` on wasm32-unknown-unknown (it won't work, those
      platform API calls are not supported)
    
    * disable unit tests which won't work on wasm32-unknown-unknown
    
    * run tests in `wasm_bindgen_test` on wasm32-unknown-unknown
    
    * remove `panic::catch_unwind` from wpt tests, as that conflicts with
      wasm-bindgen's panic handler
    
    * run the tests in CI
    micolous committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    d924a2c View commit details
    Browse the repository at this point in the history