Skip to content
Snippets Groups Projects
Forked from Glasgow Haskell Compiler / GHC
Source project has a limited visibility.
  • Cheng Shao's avatar
    33d9db17
    rts: add __wrapped_freeJSVal · 33d9db17
    Cheng Shao authored
    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.
    33d9db17
    History
    rts: add __wrapped_freeJSVal
    Cheng Shao authored
    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.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.