You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,8 +14,8 @@ cabal init
14
14
15
15
**Note**: As of [aa2d85dc](https://gitlab.haskell.org/haskell-wasm/ghc-wasm-meta/-/commit/aa2d85dccbce5e18a9ce31ac92511dcdd9a95b6c) the Wasm tail-call
16
16
proposal is enabled by default. Some Wasm runtimes, like the go-sdk, don't support this yet so it might be necesarry to pin ghc-wasm-meta to
17
-
[7a752b58](https://gitlab.haskell.org/haskell-wasm/ghc-wasm-meta/-/commit/7a752b582203378358ffc2224d37346ec57724a0), which is the first commit before
18
-
tail-calls were enabled.
17
+
[ada3b8fa](https://gitlab.haskell.org/haskell-wasm/ghc-wasm-meta/-/commit/ada3b8fa0f763e4dccb2b1f6bbf2518bff2a7c6e), which seems to be the last commit to not
18
+
require tail-calls.
19
19
20
20
Add the library from [Hackage](https://hackage.haskell.org/package/extism-pdk) to your cabal file:
0 commit comments