Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Output inf/-inf rather than infinity/-infinity #1046

Merged
merged 2 commits into from
Jun 11, 2017
Merged

Output inf/-inf rather than infinity/-infinity #1046

merged 2 commits into from
Jun 11, 2017

Conversation

sbc100
Copy link
Member

@sbc100 sbc100 commented Jun 10, 2017

wast2wasm was recently updated to only support the
former: WebAssembly/wabt#482

sbc100 added 2 commits June 9, 2017 18:57
wast2wasm wes recently updated to only support the
former: WebAssembly/wabt#482
@kripken
Copy link
Member

kripken commented Jun 10, 2017

Why did wabt make this change? Is that what the wasm spec requires?

@sbc100
Copy link
Member Author

sbc100 commented Jun 10, 2017

I think so yes. @binji ?

@sbc100
Copy link
Member Author

sbc100 commented Jun 10, 2017

Yes, looks like this, along with a bunch of other changes landed here: WebAssembly/spec#471 in the spec.

This change, along with one other change to allow alternative syntax for 'loop' signatures seems to enough to allow s2wasm output to be handled by wastwasm.

@binji
Copy link
Member

binji commented Jun 10, 2017

Yes, previously infinity or inf was allowed, but it is simpler to just allow one.

@kripken
Copy link
Member

kripken commented Jun 10, 2017

Thanks, lgtm

@sbc100 sbc100 merged commit 3b81197 into master Jun 11, 2017
@sbc100 sbc100 deleted the inf_symbol branch June 11, 2017 23:46
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