Update tests for new anyref syntax

This commit is contained in:
Alex Crichton
2020-05-18 05:02:31 -07:00
parent 6ba8c6c2ec
commit 61e8fc0d38
6 changed files with 7 additions and 7 deletions

View File

@ -25,6 +25,6 @@ wasm-bindgen-shared = { path = "../shared", version = '=0.2.62' }
wasm-bindgen-threads-xform = { path = '../threads-xform', version = '=0.2.62' }
wasm-bindgen-wasm-conventions = { path = '../wasm-conventions', version = '=0.2.62' }
wasm-bindgen-wasm-interpreter = { path = "../wasm-interpreter", version = '=0.2.62' }
wit-text = "0.1.1"
wit-text = "0.6.0"
wit-walrus = "0.2.0"
wit-validator = "0.1.0"