Files
wasmtime/crates
Alex Crichton 49c2b1e60a Fix image reuse with multi-memory images (#3846)
This commit fixes a potential issue where the fast-path instantiate in
`MemoryImageSlot` where when the previous image is compared against the
new image it only performed file descriptor equality, but nowadays with
loading images from `*.cwasm` files there might be multiple images in
the same file so the offsets also need to be considered. I think this
isn't really easy to hit today, it would require combining both module
linking and multi-memory which gets into the realm of being pretty
esoteric so I haven't added a test case here for this.
2022-02-23 16:41:38 -06:00
..
2022-02-07 19:16:26 -06:00
2022-02-23 12:14:11 -08:00
2022-02-07 19:16:26 -06:00
2022-02-23 12:14:11 -08:00
2022-02-07 19:16:26 -06:00
2022-02-07 19:16:26 -06:00
2022-02-23 12:14:11 -08:00
2022-02-07 19:16:26 -06:00
2022-02-07 19:16:26 -06:00