Michael Ferris 38107e35d3 Add Constructor to Wasm::SectionInfo to fix legacy build 9 years ago
..
CMakeLists.txt f89025bdae Wasm element offset to support global initexprs 9 years ago
Chakra.WasmReader.vcxproj 4be5bd9f3c Create thunks for imports so we always to call internal from a function and that thunk will take care of boxing/unboxing the values 9 years ago
Chakra.WasmReader.vcxproj.filters 4be5bd9f3c Create thunks for imports so we always to call internal from a function and that thunk will take care of boxing/unboxing the values 9 years ago
WasmBinaryOpCodes.h 47c4e71a1c implement grow_memory 9 years ago
WasmBinaryReader.cpp 571dc34227 Prevent reading past buffer when reading LEB128 and correctly validate the section id 9 years ago
WasmBinaryReader.h 571dc34227 Prevent reading past buffer when reading LEB128 and correctly validate the section id 9 years ago
WasmByteCodeGenerator.cpp 571dc34227 Prevent reading past buffer when reading LEB128 and correctly validate the section id 9 years ago
WasmByteCodeGenerator.h 47c4e71a1c implement grow_memory 9 years ago
WasmCustomReader.cpp 4be5bd9f3c Create thunks for imports so we always to call internal from a function and that thunk will take care of boxing/unboxing the values 9 years ago
WasmCustomReader.h 4be5bd9f3c Create thunks for imports so we always to call internal from a function and that thunk will take care of boxing/unboxing the values 9 years ago
WasmDataSegment.cpp 9478176071 Make WebAssembly globals to be readonly, this forces to use the module environment to read the globals after they've been resolved. 9 years ago
WasmDataSegment.h 9478176071 Make WebAssembly globals to be readonly, this forces to use the module environment to read the globals after they've been resolved. 9 years ago
WasmElementSegment.cpp 9478176071 Make WebAssembly globals to be readonly, this forces to use the module environment to read the globals after they've been resolved. 9 years ago
WasmElementSegment.h 9478176071 Make WebAssembly globals to be readonly, this forces to use the module environment to read the globals after they've been resolved. 9 years ago
WasmFunctionInfo.cpp 54a62cd8db Put all the imports in the import array of the WebAssembly module 9 years ago
WasmFunctionInfo.h 54a62cd8db Put all the imports in the import array of the WebAssembly module 9 years ago
WasmGlobal.cpp 1fe1f79f71 Move ReferenceTypes to WasmParseTree.h and rename to GlobalReferenceTypes 9 years ago
WasmGlobal.h 1fe1f79f71 Move ReferenceTypes to WasmParseTree.h and rename to GlobalReferenceTypes 9 years ago
WasmParseTree.h 03638f6d30 Support WebAssembly.Module.customSections 9 years ago
WasmReader.h 6368dd2fda put wasm under experimental JS features flag 9 years ago
WasmReaderBase.h 4be5bd9f3c Create thunks for imports so we always to call internal from a function and that thunk will take care of boxing/unboxing the values 9 years ago
WasmReaderPch.cpp a44adf861a Merge remote-tracking branch 'master' into WebAssembly 10 years ago
WasmReaderPch.h de4503ef51 WASM Xplat: Linux 9 years ago
WasmSection.cpp 38107e35d3 Add Constructor to Wasm::SectionInfo to fix legacy build 9 years ago
WasmSection.h 38107e35d3 Add Constructor to Wasm::SectionInfo to fix legacy build 9 years ago
WasmSections.h 571dc34227 Prevent reading past buffer when reading LEB128 and correctly validate the section id 9 years ago
WasmSignature.cpp c9014efb9a small cleanup 9 years ago
WasmSignature.h a4deeba05b add fast signature support for jit; fixup import/exports 9 years ago