Skip to content

Commit e601351

Browse files
authored
Merge pull request #129 from tanishiking/webassembly
Add useExperimentalWebAssebly field to JSConfig
2 parents 36b23d9 + 59d2414 commit e601351

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

config/src/bloop/config/Config.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,8 @@ object Config {
196196
output: Option[Path],
197197
nodePath: Option[Path],
198198
toolchain: List[Path],
199-
@unroll moduleSplitStyle: Option[ModuleSplitStyleJS] = None
199+
@unroll moduleSplitStyle: Option[ModuleSplitStyleJS] = None,
200+
@unroll useWebAssembly: Boolean = false
200201
) extends PlatformConfig
201202

202203
object JsConfig {

0 commit comments

Comments
 (0)