store additional files with builds (flake/startup/linkerscript/...)
This commit is contained in:
@ -323,8 +323,13 @@ rec {
|
||||
owner = "christoph";
|
||||
repo = "wamr";
|
||||
|
||||
rev = "cda2009deb85511089b04b0ac736ad4da2d07e58";
|
||||
# With mmap_space in .text.wamr_aot
|
||||
rev = "cda2008deb85511089b04b0ac736ad4da2d07e58";
|
||||
hash = "sha256-CN6xTiwzF4Jbrpf21TF5c/C03Xb3urwkibRuIXjoU/w=";
|
||||
|
||||
# Without mmap_space in .text.wamr_aot
|
||||
# rev = "4e7aed33fe53bf3ee4a3f2fe582c74816f850759";
|
||||
# hash = "sha256-/4BKwoFDRfkA+DmbWagxdtkCDAED5rxbz5e4xvjvVWU=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = with pkgs; [cmake];
|
||||
|
||||
Reference in New Issue
Block a user