Skip to content

Commit 5284baa

Browse files
committed
update wasmi
1 parent 406b538 commit 5284baa

File tree

5 files changed

+13
-13
lines changed

5 files changed

+13
-13
lines changed

Cargo.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
1.66 KB
Binary file not shown.

dist/canister_templates/licenses.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21091,7 +21091,7 @@ third_party_libraries:
2109121091
See the License for the specific language governing permissions and
2109221092
limitations under the License.
2109321093
- package_name: wasmi
21094-
package_version: 0.51.0
21094+
package_version: 0.51.1
2109521095
repository: https://github.com/wasmi-labs/wasmi
2109621096
license: MIT/Apache-2.0
2109721097
licenses:
@@ -21100,7 +21100,7 @@ third_party_libraries:
2110021100
- license: Apache-2.0
2110121101
text: NOT FOUND
2110221102
- package_name: wasmi_collections
21103-
package_version: 0.51.0
21103+
package_version: 0.51.1
2110421104
repository: https://github.com/wasmi-labs/wasmi
2110521105
license: MIT/Apache-2.0
2110621106
licenses:
@@ -21109,7 +21109,7 @@ third_party_libraries:
2110921109
- license: Apache-2.0
2111021110
text: NOT FOUND
2111121111
- package_name: wasmi_core
21112-
package_version: 0.51.0
21112+
package_version: 0.51.1
2111321113
repository: https://github.com/wasmi-labs/wasmi
2111421114
license: MIT/Apache-2.0
2111521115
licenses:
@@ -21118,7 +21118,7 @@ third_party_libraries:
2111821118
- license: Apache-2.0
2111921119
text: NOT FOUND
2112021120
- package_name: wasmi_ir
21121-
package_version: 0.51.0
21121+
package_version: 0.51.1
2112221122
repository: https://github.com/wasmi-labs/wasmi
2112321123
license: MIT/Apache-2.0
2112421124
licenses:
1.13 KB
Binary file not shown.

src/experimental/build/commands/build/wasm_binary/rust/experimental_canister_template/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ serde = { workspace = true }
2323
serde_json = { workspace = true }
2424
ic-wasi-polyfill = { workspace = true }
2525
wasmedge_quickjs = { git = "https://github.com/demergent-labs/wasmedge-quickjs", rev = "573c6c07316de64e4bb9a9561b079f265fd9bcc4" }
26-
wasmi = "0.51.0"
26+
wasmi = "0.51.1"

0 commit comments

Comments
 (0)