Skip to content

Commit 77d387f

Browse files
authored
Merge pull request #663 from CosmWasm/update-wasmer
Update Wasmer
2 parents 2164cb4 + cf53e6b commit 77d387f

File tree

19 files changed

+503
-413
lines changed

19 files changed

+503
-413
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ workflows:
2626
- master
2727
# 👇 Add your branch here if benchmarking matters to your work
2828
- benchmarking
29-
- upgrade-to-wasmer-reborn
29+
- update-wasmer
3030
deploy:
3131
jobs:
3232
- build_and_upload_devcontracts:

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515

1616
- Export method `cosmwasm_vm::Cache::stats` and response type `Stats`.
1717
- Remove `cosmwasm_vm::testing::MockApi::new`. Use `MockApi::default` instead.
18+
- Convert field `Instance::api` to a method.
1819

1920
## 0.12.2 (2020-12-14)
2021

Cargo.lock

Lines changed: 22 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

contracts/burner/Cargo.lock

Lines changed: 22 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)