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 the codebase there are a lot of references to Wasmer. I assume for historic reasons. Wasmer is the engine used by cosmwasm-vm/wasmvm to execute WebAssembly. However, this is an implementation detail and nothing wasmd should worry about. A different engine could be used any time or even multiple could be used in differen circumstances.
To avoid confusion and improve overall code quality, pretty much all references to Wasmer should be removed from here. In a quick search I found those, but the list is probably not complete:
In the codebase there are a lot of references to Wasmer. I assume for historic reasons. Wasmer is the engine used by cosmwasm-vm/wasmvm to execute WebAssembly. However, this is an implementation detail and nothing wasmd should worry about. A different engine could be used any time or even multiple could be used in differen circumstances.
To avoid confusion and improve overall code quality, pretty much all references to Wasmer should be removed from here. In a quick search I found those, but the list is probably not complete:
WasmerEngine interface
MockWasmer
NewIBCContractMockWasmer
A full text search in the codebase should find them all.
The text was updated successfully, but these errors were encountered: