Skip to content

Commit 336b800

Browse files
radekdoulikjkotasAaronRobinsonMSFT
authored
[wasm][coreclr] Extract call helpers to separate source file (#120944)
And use output of work in progress generator to get more thunks. --------- Co-authored-by: Jan Kotas <[email protected]> Co-authored-by: Aaron R Robinson <[email protected]>
1 parent 6f75c76 commit 336b800

File tree

4 files changed

+761
-254
lines changed

4 files changed

+761
-254
lines changed

src/coreclr/vm/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -925,6 +925,7 @@ elseif(CLR_CMAKE_TARGET_ARCH_WASM)
925925
${ARCH_SOURCES_DIR}/calldescrworkerwasm.cpp
926926
${ARCH_SOURCES_DIR}/profiler.cpp
927927
${ARCH_SOURCES_DIR}/helpers.cpp
928+
${ARCH_SOURCES_DIR}/callhelpers.cpp
928929
exceptionhandling.cpp
929930
gcinfodecoder.cpp
930931
)

0 commit comments

Comments
 (0)