Skip to content

Commit

Permalink
Add migrating entry for static linking
Browse files Browse the repository at this point in the history
  • Loading branch information
chipshort committed Feb 27, 2024
1 parent 1efe018 commit 29e6495
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/MIGRATING.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@
- `SubMsg` and `Reply` now have a new `Payload` field. This contains arbitrary
bytes from the contract that should be passed through to the corresponding
`Reply` call.
- If you link statically against `wasmvm_muslc`, you should not rename the
downloaded library anymore, as wasmvm now directly links against
`wasmvm_muslc.x86_64` / `wasmvm_muslc.aarch64` instead of `wasmvm_muslc`.

## Renamings

Expand Down

0 comments on commit 29e6495

Please sign in to comment.