Module::len_globals()
incorrectly returns number of linear memories
#735
Labels
Module::len_globals()
incorrectly returns number of linear memories
#735
I believe the code for
len_globals
is wrong here -- a copy-paste error fromlen_memories
above:https://github.com/paritytech/wasmi/blob/799995da7afb0ae02bb4fd1c9f242fe07c7ad824/crates/wasmi/src/module/mod.rs#L187-L189
The text was updated successfully, but these errors were encountered: