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

Use web_sys::Url for IDN conversion on wasm32-unknown-unknown #887

Open
wants to merge 10 commits into
base: main
Choose a base branch
from

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
  2. Configuration menu
    Copy the full SHA
    b0a81d7 View commit details
    Browse the repository at this point in the history
  3. Merge in wasm-tests changes

    micolous committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    d2feb29 View commit details
    Browse the repository at this point in the history
  4. allow deprecated api

    micolous committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    e2344bd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d7aa7cf View commit details
    Browse the repository at this point in the history
  6. fix lints

    micolous committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    4ebfba9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5c181c6 View commit details
    Browse the repository at this point in the history
  8. stray merge

    micolous committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    a68a913 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    97afb25 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d40f0a7 View commit details
    Browse the repository at this point in the history