Skip to content

Commit

Permalink
Changed resizing to memory_grow for default max mem pages due to WebA…
Browse files Browse the repository at this point in the history
  • Loading branch information
cretz committed Jul 20, 2018
1 parent 73e6b57 commit e936457
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/src/test/kotlin/asmble/SpecTestUnit.kt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class SpecTestUnit(name: String, wast: String, expectedOutput: String?) : BaseTe

override val defaultMaxMemPages get() = when (name) {
"nop" -> 20
"resizing" -> 830
"memory_grow" -> 830
"imports" -> 5
else -> 1
}
Expand Down

0 comments on commit e936457

Please sign in to comment.