Merge pull request #1 from klever-io/klever-remake #3
Annotations
4 warnings
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
|
Build dynamic library for ubuntu-20.04 amd64
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
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, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Build dynamic library for macos-11 amd64
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
libs
Expired
|
18.7 MB |
|