Add wasm_c_abi
future-incompat
lint
This commit is contained in:
parent
c5b571310d
commit
873a0f264e
3 changed files with 82 additions and 1 deletions
|
@ -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"`
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue