Currently, wit-parser cannot import the same interface multiple times. This means that we cannot apply the instrumentation to an already instrumented component.
The solution is to either wait for a fix from wit-parser, or our tool does the interface renaming as a preprocessing step.
Currently,
wit-parsercannot import the same interface multiple times. This means that we cannot apply the instrumentation to an already instrumented component.The solution is to either wait for a fix from
wit-parser, or our tool does the interface renaming as a preprocessing step.