Skip to content

Conversation

Anton-4
Copy link

@Anton-4 Anton-4 commented Nov 30, 2022

Hi, I had a windows machine somehow using bindgen 0.63 while the wasm3-sys file has it fixed to 0.59, not sure how that happened but this PR is a fix for errors that shows up on 0.63. This fix will also still work with 0.59.

context:

  • bindgen 0.63 removed support for whitelist and blacklist args
  • bindgen 0.58 deprecated it and added the allowlist and blocklist replacements

bindgen 0.63 removed support for whitelist args
0.58 deprecated it and added the allowlist replacements
- Blacklist was removed in bindgen 0.63.
- Support for blocklist was introduced in 0.58.
@Anton-4 Anton-4 changed the title replace whitelist with allowlist updates for bindgen 0.63 Dec 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant