We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b4db1d commit 5a3b160Copy full SHA for 5a3b160
crates/wasmi/src/instance/mod.rs
@@ -303,7 +303,7 @@ impl Instance {
303
/// Looks up an exported [`Memory`] value by `name`.
304
///
305
/// Returns `None` if there was no export named `name`,
306
- /// or if there was but it wasn’t a table.
+ /// or if there was but it wasn’t a memory.
307
308
/// # Panics
309
0 commit comments