Skip to content

Commit c6c7350

Browse files
authored
Disable plutus executable build for wasm (#7186)
1 parent 74682a2 commit c6c7350

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

cabal.project

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@ test-show-details: direct
4343
package plutus-core
4444
flags: +with-inline-r +with-cert
4545

46+
if arch(wasm32)
47+
package plutus-core
48+
flags: +do-not-build-plutus-exec
49+
4650
-- Various dependencies of coq don't work when cross building for windows
4751
if os(windows)
4852
-- Note: we enable this and then disable it conditionally, rather than enabling
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
### Changed
2+
3+
- Disable Plutus executable build for wasm
4+

0 commit comments

Comments
 (0)