Skip to content

Commit

Permalink
We need to add --ignore to wasm2wat for output of the new version of …
Browse files Browse the repository at this point in the history
…konan

context: WebAssembly/wabt#842
  • Loading branch information
ligi committed Sep 24, 2018
1 parent 3f88848 commit 6ecd14f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ konanArtifacts {
}

task wat(dependsOn: build, type: Exec) {
commandLine 'wasm2wat', 'build/konan/bin/wasm32/kwrc20.wasm', '-o','build/konan/bin/wasm32/kwrc20.wat'
commandLine 'wasm2wat', 'build/konan/bin/wasm32/kwrc20.wasm', '--ignore', '-o','build/konan/bin/wasm32/kwrc20.wat'
}

0 comments on commit 6ecd14f

Please sign in to comment.