driver: implement wasm ghci browser mode flags
This commit implements GHC driver flags that enable the wasm ghci browser mode. (cherry picked from commit c6a3bc8f)
Showing
- compiler/GHC.hs 7 additions, 0 deletionscompiler/GHC.hs
- compiler/GHC/Driver/DynFlags.hs 13 additions, 0 deletionscompiler/GHC/Driver/DynFlags.hs
- compiler/GHC/Driver/Flags.hs 5 additions, 0 deletionscompiler/GHC/Driver/Flags.hs
- compiler/GHC/Driver/Session.hs 18 additions, 0 deletionscompiler/GHC/Driver/Session.hs
- compiler/GHC/Runtime/Interpreter/Types.hs 10 additions, 0 deletionscompiler/GHC/Runtime/Interpreter/Types.hs
- compiler/GHC/Runtime/Interpreter/Wasm.hs 12 additions, 1 deletioncompiler/GHC/Runtime/Interpreter/Wasm.hs
- docs/users_guide/wasm.rst 65 additions, 28 deletionsdocs/users_guide/wasm.rst
- testsuite/tests/ghci-browser/all.T 4 additions, 4 deletionstestsuite/tests/ghci-browser/all.T
Loading