Skip to content

rts: fix missing function prototypes in ClosureMacros.h

Cheng Shao requested to merge wip/fix-prof-prototypes into master

This patch fixes missing function prototypes in ClosureMacros.h. It allows the wasm backend to get rid of the horrific -Wno-error=implicit-function-declaration compilation flag, and also fixes compiling out-of-tree cbits using SET_HDR in RTS API with the profiling ways.

Merge request reports