Configure walrus to generate DWARF/names at the right times

Fixes ##1254
This commit is contained in:
Nick Fitzgerald
2019-02-14 06:35:40 -08:00
parent c49b87b2d8
commit 17dc79e4c5
5 changed files with 6 additions and 4 deletions

View File

@ -24,7 +24,7 @@ rouille = { version = "3.0.0", default-features = false }
serde = { version = "1.0", features = ['derive'] }
serde_derive = "1.0"
serde_json = "1.0"
walrus = "0.1"
walrus = "0.2"
wasm-bindgen-cli-support = { path = "../cli-support", version = "=0.2.36" }
wasm-bindgen-shared = { path = "../shared", version = "=0.2.36" }