From 29e6495c894c5f37086d645cc0426c2ed735e8b5 Mon Sep 17 00:00:00 2001 From: Christoph Otter Date: Tue, 27 Feb 2024 13:52:22 +0100 Subject: [PATCH] Add migrating entry for static linking --- docs/MIGRATING.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/MIGRATING.md b/docs/MIGRATING.md index e40405a3..96c8f472 100644 --- a/docs/MIGRATING.md +++ b/docs/MIGRATING.md @@ -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