mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 08:11:12 +00:00
Remove "Roc host" specifics from Wasm dead code elimination
This commit is contained in:
parent
18195c8bd7
commit
e57ca0aa12
3 changed files with 39 additions and 34 deletions
|
@ -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.
|
||||
*
|
||||
*******************************************************************/
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue