Remove "Roc host" specifics from Wasm dead code elimination

This commit is contained in:
Brian Carroll 2022-11-16 08:07:22 +00:00
parent 18195c8bd7
commit e57ca0aa12
No known key found for this signature in database
GPG key ID: 5C7B2EC4101703C0
3 changed files with 39 additions and 34 deletions

View file

@ -527,8 +527,8 @@ impl<'a> Serialize for FunctionSection<'a> {
*
* Table section
*
* Defines tables used for indirect references to host memory.
* The table *contents* are elsewhere, in the ElementSection.
* Defines tables used for indirect references to external code or data.
* The table *contents* are in the ElementSection.
*
*******************************************************************/