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

Use "fastcomp" flavor of Emscripten #569

Merged
merged 1 commit into from
Dec 16, 2019
Merged

Conversation

ilammy
Copy link
Collaborator

@ilammy ilammy commented Dec 16, 2019

PR #550 rolled back Emscripten from latest to 1.38.48 because then-latest 1.39.0 was broken.

We have figured out that it's not the new version that's broken, it's the flavor. WasmThemis does not work well with the upstream flavor of Emscripten which is the default for latest branch since 1.39.

Instead of pinning an older version, use a suitable flavor. We'll be testing with upstream later once we figure out what's wrong with it.

Checklist

  • Change is covered by automated tests
  • Benchmark results are attached
  • The coding guidelines are followed
  • Public API has proper documentation
  • Example projects and code samples are updated
  • Changelog is updated if needed (will consolidate if we fix upstream)

We have figured out that it's not the new version that's broken, it's
the flavor. WasmThemis does not work well with the "upstream" flavor
of Emscripten which is the default for "lastest" branch since 1.39.

Instead of pinning an older version, use a suitable flavor. We'll be
testing with "upstream" later once we figure out what's wrong with it.
@ilammy ilammy added infrastructure Automated building and packaging W-WasmThemis 🌐 Wrapper: WasmThemis, JavaScript API, npm packages labels Dec 16, 2019
@ilammy ilammy merged commit 231541d into cossacklabs:master Dec 16, 2019
@ilammy ilammy deleted the fastcomp branch December 16, 2019 11:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
infrastructure Automated building and packaging W-WasmThemis 🌐 Wrapper: WasmThemis, JavaScript API, npm packages
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants