Added commentary about wasm mem* functions

This commit is contained in:
Sergey Bogolepov
2018-02-05 11:19:48 +03:00
committed by Sergey Bogolepov
parent 0406b0ff0b
commit c4bb89969b
2 changed files with 7 additions and 6 deletions
+2 -2
View File
@@ -324,10 +324,10 @@ targetSysRoot.wasm32 = target-sysroot-2-wasm
optFlags.wasm32 = -internalize
optNooptFlags.wasm32 = -O1
optOptFlags.wasm32 = -O3
optDebugFlags.wasm32 =
optDebugFlags.wasm32 = -O0
llcFlags.wasm32 =
llcNooptFlags.wasm32 = -O1
llcOptFlags.wasm32 = -O3
llcDebugFlags.wasm32 =
llcDebugFlags.wasm32 = -O0
# The stack size is in bytes.
s2wasmFlags.wasm32 = --allocate-stack 1048576 --import-memory