1
Fork 0

Add wasm_c_abi future-incompat lint

This commit is contained in:
daxpedda 2023-11-14 23:04:22 +01:00
parent c5b571310d
commit 873a0f264e
No known key found for this signature in database
GPG key ID: 43D62A3EA388E46F
3 changed files with 82 additions and 1 deletions

View file

@ -281,6 +281,8 @@ metadata_unsupported_abi =
metadata_unsupported_abi_i686 =
ABI not supported by `#[link(kind = "raw-dylib")]` on i686
metadata_wasm_c_abi =
older versions of the `wasm-bindgen` crate will be incompatible with future versions of Rust; please update to `wasm-bindgen` v0.2.88
metadata_wasm_import_form =
wasm import module must be of the form `wasm_import_module = "string"`