fix sections translator doc comment
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
//! Helper functions to gather information for each of the non-function sections of a
|
//! Helper functions to gather information for each of the non-function sections of a
|
||||||
//! WebAssembly module.
|
//! WebAssembly module.
|
||||||
//!
|
//!
|
||||||
//! The code of theses helper function is straightforward since it is only about reading metadata
|
//! The code of these helper functions is straightforward since they only read metadata
|
||||||
//! about linear memories, tables, globals, etc. and storing them for later use.
|
//! about linear memories, tables, globals, etc. and store them for later use.
|
||||||
//!
|
//!
|
||||||
//! The special case of the initialize expressions for table elements offsets or global variables
|
//! The special case of the initialize expressions for table elements offsets or global variables
|
||||||
//! is handled, according to the semantics of WebAssembly, to only specific expressions that are
|
//! is handled, according to the semantics of WebAssembly, to only specific expressions that are
|
||||||
|
|||||||
Reference in New Issue
Block a user