Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Check and fix on custom env module name #243

Closed
da1suk8 opened this issue Sep 16, 2022 · 1 comment
Closed

Check and fix on custom env module name #243

da1suk8 opened this issue Sep 16, 2022 · 1 comment
Assignees

Comments

@da1suk8
Copy link
Member

da1suk8 commented Sep 16, 2022

In dynamic link, names other than env are judged as module to be used in dynamic link.
Thus, for example, wasi_snapshot_preview1.fd_filestat_get generated by wasm32-wasi is judged as a module used in dynamic link.

https://github.com/line/cosmwasm/blame/dynamic_link/packages/vm/src/compatibility.rs#L116

If it is necessary to separate the dynamic link module from the other modules, make the necessary modifications.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants