Files
wasmtime/crates
Alex Crichton 550c774c1d fuzz: Allow incompatible import types in instantiation (#2778)
Yesterday fuzzing was switched to using a `Linker` to improve coverage
when using module linking since we can fake instance imports with
definitions of each individual item. Using a `Linker`, however, means
that we can't necessarily instantiate all modules, such as

    (module
      (import "" "" (memory (;0;) 0 1))
      (import "" "" (memory (;1;) 2)))

As a result this just allows these sorts of "incompatible import type"
errors when fuzzing to not trigger crashes.
2021-03-26 14:38:34 -05:00
..
2021-03-25 10:48:44 +01:00
2021-03-25 18:44:31 -05:00
2021-03-25 18:44:31 -05:00
2021-03-24 11:19:12 -07:00
2021-03-25 18:44:31 -05:00