You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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 bywasm32-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.
The text was updated successfully, but these errors were encountered: