don't link mmap region into .text but aot array itself

This commit is contained in:
2026-04-21 14:46:31 +02:00
parent ea56079c09
commit 264795bf71
6 changed files with 18 additions and 13 deletions

View File

@ -322,14 +322,8 @@ rec {
domain = "gitea.local.chriphost.de";
owner = "christoph";
repo = "wamr";
# After placing mmap region in .text segment:
rev = "1521011029b0531c02eb0142c239b7f85a3165b5";
hash = "sha256-/uLSank+Aacfj+SBliYTaD320cCA1lBRtSRALXErJGE=";
# Before placing mmap region in .text segment:
# rev = "fd69a4e76ec0d384bd79f514772b7dfa240fc0d7";
# hash = "sha256-rlCx4isI0k6rC9E0hWIA9LeinqiACug7zxj9z/e4SBQ=";
rev = "4e7aed33fe53bf3ee4a3f2fe582c74816f850759";
hash = "sha256-/4BKwoFDRfkA+DmbWagxdtkCDAED5rxbz5e4xvjvVWU=";
};
nativeBuildInputs = with pkgs; [cmake];