move wamr mmap memory region into .text segment for wamr aot mode
This commit is contained in:
10
flake.nix
10
flake.nix
@ -288,8 +288,14 @@ rec {
|
||||
domain = "gitea.local.chriphost.de";
|
||||
owner = "christoph";
|
||||
repo = "wamr";
|
||||
rev = "fd69a4e76ec0d384bd79f514772b7dfa240fc0d7";
|
||||
hash = "sha256-rlCx4isI0k6rC9E0hWIA9LeinqiACug7zxj9z/e4SBQ=";
|
||||
|
||||
# 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=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = with pkgs; [cmake];
|
||||
|
||||
Reference in New Issue
Block a user