Move table export to the anyref pass

Turns out #1704 was buggy and ended up never injecting initialization
because the anyref table was never present! This fixes that issue and
this should now be tested on CI to ensure this doesn't regress and
future changes preserve correctness
This commit is contained in:
Alex Crichton
2019-08-12 11:26:45 -07:00
parent ad34fa29d8
commit aace8cedee
7 changed files with 19 additions and 18 deletions

View File

@ -13,4 +13,4 @@ edition = '2018'
[dependencies]
failure = "0.1"
walrus = "0.10.0"
walrus = "0.11.0"