hadrian/ghci: add wasm dyld
This commit adds the wasm dynamic linker implementation, as well as ghci logic to call it and hadrian logic to install it to the correct location. See the top-level note in utils/jsffi/dyld.mjs for more details.
Showing
- hadrian/src/Base.hs 1 addition, 0 deletionshadrian/src/Base.hs
- hadrian/src/Rules/Generate.hs 4 additions, 0 deletionshadrian/src/Rules/Generate.hs
- libraries/ghci/GHCi/ObjLink.hs 87 additions, 9 deletionslibraries/ghci/GHCi/ObjLink.hs
- libraries/ghci/GHCi/Server.hs 11 additions, 0 deletionslibraries/ghci/GHCi/Server.hs
- libraries/ghci/ghci.cabal.in 3 additions, 0 deletionslibraries/ghci/ghci.cabal.in
- utils/jsffi/dyld.mjs 857 additions, 0 deletionsutils/jsffi/dyld.mjs
- utils/jsffi/post-link.mjs 3 additions, 3 deletionsutils/jsffi/post-link.mjs
Loading
Please register or sign in to comment