Skip to content
Snippets Groups Projects
Commit 58fe91cb authored by Cheng Shao's avatar Cheng Shao
Browse files

rts: add __wrapped_freeJSVal

This commit wraps imported freeJSVal in a __wrapped_freeJSVal C
function for wasm backend RTS. In general, wasm imports are only
supposed to be directly called by C; they shouldn't be used as
function pointers, which confuses wasm-ld at link-time when generating
shared libraries.

(cherry picked from commit 33d9db17)
parent dd4c2480
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment