Expose GHC.Wasm.Prim from ghc-experimental
Previously this was only exposed from `ghc-internal` which violates our agreement that users shall not rely on things exposed from that package. Fixes #24479.
Showing
- docs/users_guide/wasm.rst 1 addition, 1 deletiondocs/users_guide/wasm.rst
- libraries/ghc-experimental/ghc-experimental.cabal 2 additions, 0 deletionslibraries/ghc-experimental/ghc-experimental.cabal
- libraries/ghc-experimental/src/GHC/Wasm/Prim.hs 23 additions, 0 deletionslibraries/ghc-experimental/src/GHC/Wasm/Prim.hs
- libraries/ghc-internal/src/GHC/Internal/Wasm/Prim/Conc.hs 1 addition, 1 deletionlibraries/ghc-internal/src/GHC/Internal/Wasm/Prim/Conc.hs
Please register or sign in to comment