Skip to content

Update extended const in features.json - #285

Merged
sbc100 merged 1 commit into
masterfrom
extended_const
Sep 30, 2022
Merged

sbc100 merged 1 commit into
masterfrom
extended_const

Conversation

@sbc100

@sbc100 sbc100 commented Sep 30, 2022

Copy link
Copy Markdown
Member

No description provided.

@sbc100
sbc100 requested a review from dschuff September 30, 2022 18:38
Comment thread features.json
"bigInt": true,
"bulkMemory": true,
"exceptions": ["flag", "Requires flag `--experimental-wasm-eh`"],
"extendedConstantExprs": ["flag", "Requires flag `--experimental-wasm-extended-const`"],

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

This is a JS flag, right? Not a Chrome flag? I think it needs to be wrapped in --js-flags=

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

(Also we should check whether it's enabled by the #enable-experimental-webassembly-features flag in chrome). That would be more convenient than requiring actual command-line switches.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

This is the Node section.. so that --js-flags things is not needed.

Comment thread features.json
"bigInt": "85",
"bulkMemory": "75",
"exceptions": "95",
"extendedConstantExprs": ["flag", "Requires flag `--js-flags=--experimental-wasm-extended-const`"],

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

Confirmed that #enable-experimental-webassembly-features does not work here.

@sbc100
sbc100 merged commit 96ae82d into master Sep 30, 2022
@sbc100
sbc100 deleted the extended_const branch September 30, 2022 20:05
@sbc100

sbc100 commented Sep 30, 2022

Copy link
Copy Markdown
Member Author

Does this website auto-publish somehow?

@dschuff

dschuff commented Sep 30, 2022

Copy link
Copy Markdown
Member

Yeah it seems to be updated already.

sbc100 added a commit that referenced this pull request Oct 4, 2022
I added these in #285 but failed to update them when I fixed the name #286.
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.

2 participants