From c0aec4252f155229c33f37c38980fc2776c9d18a Mon Sep 17 00:00:00 2001 From: Richard Gale Date: Fri, 21 Aug 2015 18:37:27 -0700 Subject: [PATCH] Command-line for packaging examples in virtual file system. --- scripts/toolchain.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/toolchain.lua b/scripts/toolchain.lua index 173ca27..ddc2a81 100755 --- a/scripts/toolchain.lua +++ b/scripts/toolchain.lua @@ -992,6 +992,7 @@ function strip() .. "-s TOTAL_MEMORY=268435456 " .. "--memory-init-file 1 " .. "\"$(TARGET)\" -o \"$(TARGET)\".html" +-- .. "--preload-file ../../../examples/runtime" -- ALLOW_MEMORY_GROWTH }