Added handle for kda admin address #9
Annotations
5 errors and 2 warnings
Build dynamic library for macos-11 arm
Process completed with exit code 2.
|
Build dynamic library for macos-11 amd64
The job was canceled because "macos-11_arm_libvmexeccap" failed.
|
Build dynamic library for macos-11 amd64
Process completed with exit code 2.
|
Build dynamic library for ubuntu-20.04 amd64
The job was canceled because "macos-11_arm_libvmexeccap" failed.
|
Build dynamic library for ubuntu-20.04 amd64
The operation was canceled.
|
Build dynamic library for macos-11 arm
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
writing `&Vec` instead of `&[_]` involves a new object where a slice will do:
vm-executor-wasmer/src/wasmer_instance.rs#L140
warning: writing `&Vec` instead of `&[_]` involves a new object where a slice will do
--> vm-executor-wasmer/src/wasmer_instance.rs:140:32
|
140 | fn validate_memories(memories: &Vec<(&String, &wasmer::Memory)>) -> Result<(), ExecutorError> {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: change this to: `&[(&String, &wasmer::Memory)]`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_arg
= note: `#[warn(clippy::ptr_arg)]` on by default
|