Skip to content

Update Chrome's support of type reflection, v2#301

Merged
RReverser merged 1 commit intoWebAssembly:mainfrom
gahaas:patch-2
Jan 12, 2023
Merged

Update Chrome's support of type reflection, v2#301
RReverser merged 1 commit intoWebAssembly:mainfrom
gahaas:patch-2

Conversation

@gahaas
Copy link
Contributor

@gahaas gahaas commented Jan 12, 2023

Type reflection is available in Chrome and Node.js behind a flag.

Type reflection is available in Chrome and Node.js behind a flag.
@gahaas
Copy link
Contributor Author

gahaas commented Jan 12, 2023

This PR is a rebased version of #300. It is not possible to rebase the other PR in github directly, because there are merge conflicts.

@RReverser RReverser merged commit 2e872c4 into WebAssembly:main Jan 12, 2023
"tailCall": ["flag", "Requires flag `chrome://flags/#enable-experimental-webassembly-features`"],
"threads": "74"
"threads": "74",
"typeReflection": ["flag", "Requires flag `chrome://flags/#enable-experimental-webassembly-features`"],
Copy link
Contributor

@andylizi andylizi Jan 12, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Now that the new version has been deployed, the trailing comma here is breaking the site:

SyntaxError: Expected double-quoted property name in JSON at position 3936

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants