Use smallvec for avoid allocations in the trampoline (#1965)

This commit is contained in:
Sergei Shulepov
2020-07-02 18:24:03 +02:00
committed by GitHub
parent 47a218f908
commit ce51995828
3 changed files with 13 additions and 3 deletions

View File

@@ -25,6 +25,7 @@ rustc-demangle = "0.1.16"
lazy_static = "1.4"
log = "0.4.8"
wat = { version = "1.0.18", optional = true }
smallvec = "1.4.0"
[target.'cfg(target_os = "windows")'.dependencies]
winapi = "0.3.7"