Skip to content

Bump wasm-encoder from 0.207.0 to 0.219.1 #2859

Bump wasm-encoder from 0.207.0 to 0.219.1

Bump wasm-encoder from 0.207.0 to 0.219.1 #2859

Triggered via pull request November 4, 2024 18:21
Status Skipped
Total duration 2s
Artifacts

dependabot-auto-merge.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

9 errors
the trait bound `wasm_encoder::ExportKind: std::convert::From<wasmparser::ExternalKind>` is not satisfied: crates/build/src/post_process_wasm.rs#L116
error[E0277]: the trait bound `wasm_encoder::ExportKind: std::convert::From<wasmparser::ExternalKind>` is not satisfied --> crates/build/src/post_process_wasm.rs:116:55 | 116 | exports.export(entry.name, entry.kind.into(), entry.index); | ^^^^ the trait `std::convert::From<wasmparser::ExternalKind>` is not implemented for `wasm_encoder::ExportKind`, which is required by `wasmparser::ExternalKind: std::convert::Into<_>` | = help: the trait `std::convert::From<wasmparser::readers::core::exports::ExternalKind>` is implemented for `wasm_encoder::ExportKind` = help: for that trait implementation, expected `wasmparser::readers::core::exports::ExternalKind`, found `wasmparser::ExternalKind` = note: required for `wasmparser::ExternalKind` to implement `std::convert::Into<wasm_encoder::ExportKind>`
the trait bound `wasm_encoder::ExportKind: std::convert::From<wasmparser::ExternalKind>` is not satisfied: crates/build/src/post_process_wasm.rs#L116
error[E0277]: the trait bound `wasm_encoder::ExportKind: std::convert::From<wasmparser::ExternalKind>` is not satisfied --> crates/build/src/post_process_wasm.rs:116:55 | 116 | exports.export(entry.name, entry.kind.into(), entry.index); | ^^^^ the trait `std::convert::From<wasmparser::ExternalKind>` is not implemented for `wasm_encoder::ExportKind`, which is required by `wasmparser::ExternalKind: std::convert::Into<_>` | = help: the trait `std::convert::From<wasmparser::readers::core::exports::ExternalKind>` is implemented for `wasm_encoder::ExportKind` = help: for that trait implementation, expected `wasmparser::readers::core::exports::ExternalKind`, found `wasmparser::ExternalKind` = note: required for `wasmparser::ExternalKind` to implement `std::convert::Into<wasm_encoder::ExportKind>`
the trait bound `wasm_encoder::EntityType: std::convert::From<wasmparser::TypeRef>` is not satisfied: crates/build/src/post_process_wasm.rs#L65
error[E0277]: the trait bound `wasm_encoder::EntityType: std::convert::From<wasmparser::TypeRef>` is not satisfied --> crates/build/src/post_process_wasm.rs:65:31 | 65 | let mut entity = EntityType::try_from( | _______________________________^ 66 | | entry.ty).map_err(|_| anyhow!("Unsupported type in import section"))?; | |_________________________^ the trait `std::convert::From<wasmparser::TypeRef>` is not implemented for `wasm_encoder::EntityType`, which is required by `wasm_encoder::EntityType: std::convert::TryFrom<wasmparser::TypeRef>` | = help: the following other types implement trait `std::convert::From<T>`: `wasm_encoder::EntityType` implements `std::convert::From<wasm_encoder::GlobalType>` `wasm_encoder::EntityType` implements `std::convert::From<wasm_encoder::MemoryType>` `wasm_encoder::EntityType` implements `std::convert::From<wasm_encoder::TableType>` `wasm_encoder::EntityType` implements `std::convert::From<wasm_encoder::TagType>` = note: required for `wasmparser::TypeRef` to implement `std::convert::Into<wasm_encoder::EntityType>` = note: required for `wasm_encoder::EntityType` to implement `std::convert::TryFrom<wasmparser::TypeRef>`
the trait bound `wasm_encoder::EntityType: std::convert::From<wasmparser::TypeRef>` is not satisfied: crates/build/src/post_process_wasm.rs#L65
error[E0277]: the trait bound `wasm_encoder::EntityType: std::convert::From<wasmparser::TypeRef>` is not satisfied --> crates/build/src/post_process_wasm.rs:65:31 | 65 | let mut entity = EntityType::try_from( | _______________________________^ 66 | | entry.ty).map_err(|_| anyhow!("Unsupported type in import section"))?; | |_________________________^ the trait `std::convert::From<wasmparser::TypeRef>` is not implemented for `wasm_encoder::EntityType`, which is required by `wasm_encoder::EntityType: std::convert::TryFrom<wasmparser::TypeRef>` | = help: the following other types implement trait `std::convert::From<T>`: `wasm_encoder::EntityType` implements `std::convert::From<wasm_encoder::GlobalType>` `wasm_encoder::EntityType` implements `std::convert::From<wasm_encoder::MemoryType>` `wasm_encoder::EntityType` implements `std::convert::From<wasm_encoder::TableType>` `wasm_encoder::EntityType` implements `std::convert::From<wasm_encoder::TagType>` = note: required for `wasmparser::TypeRef` to implement `std::convert::Into<wasm_encoder::EntityType>` = note: required for `wasm_encoder::EntityType` to implement `std::convert::TryFrom<wasmparser::TypeRef>`
the trait bound `wasm_encoder::EntityType: std::convert::TryFrom<wasmparser::TypeRef>` is not satisfied: crates/build/src/post_process_wasm.rs#L65
error[E0277]: the trait bound `wasm_encoder::EntityType: std::convert::TryFrom<wasmparser::TypeRef>` is not satisfied --> crates/build/src/post_process_wasm.rs:65:31 | 65 | let mut entity = EntityType::try_from( | ^^^^^^^^^^ the trait `std::convert::From<wasmparser::TypeRef>` is not implemented for `wasm_encoder::EntityType`, which is required by `wasm_encoder::EntityType: std::convert::TryFrom<wasmparser::TypeRef>` | = help: the following other types implement trait `std::convert::From<T>`: `wasm_encoder::EntityType` implements `std::convert::From<wasm_encoder::GlobalType>` `wasm_encoder::EntityType` implements `std::convert::From<wasm_encoder::MemoryType>` `wasm_encoder::EntityType` implements `std::convert::From<wasm_encoder::TableType>` `wasm_encoder::EntityType` implements `std::convert::From<wasm_encoder::TagType>` = note: required for `wasmparser::TypeRef` to implement `std::convert::Into<wasm_encoder::EntityType>` = note: required for `wasm_encoder::EntityType` to implement `std::convert::TryFrom<wasmparser::TypeRef>`
the trait bound `wasm_encoder::EntityType: std::convert::TryFrom<wasmparser::TypeRef>` is not satisfied: crates/build/src/post_process_wasm.rs#L65
error[E0277]: the trait bound `wasm_encoder::EntityType: std::convert::TryFrom<wasmparser::TypeRef>` is not satisfied --> crates/build/src/post_process_wasm.rs:65:31 | 65 | let mut entity = EntityType::try_from( | ^^^^^^^^^^ the trait `std::convert::From<wasmparser::TypeRef>` is not implemented for `wasm_encoder::EntityType`, which is required by `wasm_encoder::EntityType: std::convert::TryFrom<wasmparser::TypeRef>` | = help: the following other types implement trait `std::convert::From<T>`: `wasm_encoder::EntityType` implements `std::convert::From<wasm_encoder::GlobalType>` `wasm_encoder::EntityType` implements `std::convert::From<wasm_encoder::MemoryType>` `wasm_encoder::EntityType` implements `std::convert::From<wasm_encoder::TableType>` `wasm_encoder::EntityType` implements `std::convert::From<wasm_encoder::TagType>` = note: required for `wasmparser::TypeRef` to implement `std::convert::Into<wasm_encoder::EntityType>` = note: required for `wasm_encoder::EntityType` to implement `std::convert::TryFrom<wasmparser::TypeRef>`
the trait bound `wasm_encoder::ExportKind: std::convert::From<wasmparser::ExternalKind>` is not satisfied: crates/build/src/post_process_wasm.rs#L116
error[E0277]: the trait bound `wasm_encoder::ExportKind: std::convert::From<wasmparser::ExternalKind>` is not satisfied --> crates/build/src/post_process_wasm.rs:116:55 | 116 | exports.export(entry.name, entry.kind.into(), entry.index); | ^^^^ the trait `std::convert::From<wasmparser::ExternalKind>` is not implemented for `wasm_encoder::ExportKind`, which is required by `wasmparser::ExternalKind: std::convert::Into<_>` | = help: the trait `std::convert::From<wasmparser::readers::core::exports::ExternalKind>` is implemented for `wasm_encoder::ExportKind` = help: for that trait implementation, expected `wasmparser::readers::core::exports::ExternalKind`, found `wasmparser::ExternalKind` = note: required for `wasmparser::ExternalKind` to implement `std::convert::Into<wasm_encoder::ExportKind>`
the trait bound `wasm_encoder::EntityType: std::convert::From<wasmparser::TypeRef>` is not satisfied: crates/build/src/post_process_wasm.rs#L65
error[E0277]: the trait bound `wasm_encoder::EntityType: std::convert::From<wasmparser::TypeRef>` is not satisfied --> crates/build/src/post_process_wasm.rs:65:31 | 65 | let mut entity = EntityType::try_from( | _______________________________^ 66 | | entry.ty).map_err(|_| anyhow!("Unsupported type in import section"))?; | |_________________________^ the trait `std::convert::From<wasmparser::TypeRef>` is not implemented for `wasm_encoder::EntityType`, which is required by `wasm_encoder::EntityType: std::convert::TryFrom<wasmparser::TypeRef>` | = help: the following other types implement trait `std::convert::From<T>`: `wasm_encoder::EntityType` implements `std::convert::From<wasm_encoder::GlobalType>` `wasm_encoder::EntityType` implements `std::convert::From<wasm_encoder::MemoryType>` `wasm_encoder::EntityType` implements `std::convert::From<wasm_encoder::TableType>` `wasm_encoder::EntityType` implements `std::convert::From<wasm_encoder::TagType>` = note: required for `wasmparser::TypeRef` to implement `std::convert::Into<wasm_encoder::EntityType>` = note: required for `wasm_encoder::EntityType` to implement `std::convert::TryFrom<wasmparser::TypeRef>`
the trait bound `wasm_encoder::EntityType: std::convert::TryFrom<wasmparser::TypeRef>` is not satisfied: crates/build/src/post_process_wasm.rs#L65
error[E0277]: the trait bound `wasm_encoder::EntityType: std::convert::TryFrom<wasmparser::TypeRef>` is not satisfied --> crates/build/src/post_process_wasm.rs:65:31 | 65 | let mut entity = EntityType::try_from( | ^^^^^^^^^^ the trait `std::convert::From<wasmparser::TypeRef>` is not implemented for `wasm_encoder::EntityType`, which is required by `wasm_encoder::EntityType: std::convert::TryFrom<wasmparser::TypeRef>` | = help: the following other types implement trait `std::convert::From<T>`: `wasm_encoder::EntityType` implements `std::convert::From<wasm_encoder::GlobalType>` `wasm_encoder::EntityType` implements `std::convert::From<wasm_encoder::MemoryType>` `wasm_encoder::EntityType` implements `std::convert::From<wasm_encoder::TableType>` `wasm_encoder::EntityType` implements `std::convert::From<wasm_encoder::TagType>` = note: required for `wasmparser::TypeRef` to implement `std::convert::Into<wasm_encoder::EntityType>` = note: required for `wasm_encoder::EntityType` to implement `std::convert::TryFrom<wasmparser::TypeRef>`