Before this PR, importing modules like WASI API cannot be detected in the dynamiclink branch. This is because all importing is treated as dynamic link functions' import. We want to detect imports other than dynamic link functions and issue an error.
This PR changes the rule of the dynamic linked function's module name and forces them to start with "dynamiclinked".
solves #243
Types of changes
[ ] Bug fix (changes which fixes an issue)
[x] New feature (changes which adds functionality)
[x] Breaking change (fix or feature that would cause existing functionality to not work as expected)
Description
Before this PR, importing modules like WASI API cannot be detected in the dynamiclink branch. This is because all importing is treated as dynamic link functions' import. We want to detect imports other than dynamic link functions and issue an error. This PR changes the rule of the dynamic linked function's module name and forces them to start with "dynamiclinked".
solves #243
Types of changes
Checklist