Skip to content

Can tables be shared? #233

@qouteall

Description

@qouteall

In overview https://github.com/WebAssembly/threads/blob/main/proposals/threads/Overview.md :

[Spec Changes][spec]

The [limits type][] now has an additional field specifying whether
the linear memory or table is shared:

limits ::= {min u32, max u32?, share}
share  ::= unshared | shared

But in the specification https://webassembly.github.io/threads/core/syntax/types.html#syntax-limits the limits doesn't have shared. Is the overview outdated? Seems that tables cannot be shared?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions