Stream: git-wasmtime

Topic: wasmtime / PR #2768 Instantiate fewer instances when fuzzing


view this post on Zulip Wasmtime GitHub notifications bot (Mar 25 2021 at 17:24):

alexcrichton opened PR #2768 from instantiate-less to main:

This commit fixes an issue where when module linking was enabled for
fuzzing (which it is) import types of modules show as imports of
instances. In an attempt to satisfy the dummy values of such imports the
fuzzing integration would create instances for each import. This would,
however, count towards instance limits and isn't always desired.

This commit refactors the creation of dummy import values to decompose
imports of instances into imports of each individual item. This should
retain the pre-module-linking behavior of dummy imports for various
fuzzers.

view this post on Zulip Wasmtime GitHub notifications bot (Mar 25 2021 at 17:36):

fitzgen submitted PR Review.

view this post on Zulip Wasmtime GitHub notifications bot (Mar 25 2021 at 18:35):

alexcrichton merged PR #2768.


Last updated: Oct 23 2024 at 20:03 UTC