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.
Loading
-
mentioned in commit 58fe91cb
-
mentioned in commit 10834c9b
-
mentioned in commit 32223162
-
mentioned in commit 27bc9972
-
mentioned in commit cf1c3951
-
mentioned in commit 9eec3c8c
-
mentioned in commit f7fbd53c
-
mentioned in commit b0b889ca
-
mentioned in commit 12874c2c
-
mentioned in commit f0bf0704
Please register or sign in to comment