Skip to content

Specification for shared js-string-builtins #103

@Liedtke

Description

@Liedtke

With the "shared-everything"-claim this proposal should also spec the change to the js-string-builtins proposal.

It might be enough to "simply" specify the new accepted signatures?

E.g. something like:

func equals(
  first: shared externref,
  second: shared externref
) -> i32

I would assume that each version should be either "all-shared" or "none-shared" meaning that the following signature should not be valid:

func equals(
  first: shared externref,
  second: externref
) -> i32

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