Skip to content

wasm: v128 support#10331

Merged
sokra merged 1 commit intowebpack:masterfrom
xtuc:sven/wasm-support-v128
Feb 12, 2020
Merged

wasm: v128 support#10331
sokra merged 1 commit intowebpack:masterfrom
xtuc:sven/wasm-support-v128

Conversation

@xtuc
Copy link
Copy Markdown
Member

@xtuc xtuc commented Feb 2, 2020

What kind of change does this PR introduce?

Bump webassemblyjs which includes:

  • Remove an indirect mamacro dep
  • Stop publishing .tgz files
  • Fix for v128

Did you add tests for your changes?

Tests are only actually run if node has the support for wasm-simd

Does this PR introduce a breaking change?

no

What needs to be documented once your changes are merged?

Fix #9255

@webpack-bot
Copy link
Copy Markdown
Contributor

webpack-bot commented Feb 2, 2020

For maintainers only:

  • This needs to be documented (issue in webpack/webpack.js.org will be filed when merged)
  • This needs to be backported to webpack 4 (issue will be created when merged)

@webpack-bot
Copy link
Copy Markdown
Contributor

Thank you for your pull request! The most important CI builds succeeded, we’ll review the pull request soon.

"typescript": "^3.6.4",
"url-loader": "^2.1.0",
"wast-loader": "^1.5.5",
"webassembly-feature": "1.3.0",
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.

There is already https://www.npmjs.com/package/wasm-feature-detect and it's quite popular. Maybe you don't need to create this package.

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.

My project pre-dates this one, that's why I created it initially. I'm happy to switch tho

@sokra sokra merged commit a87d290 into webpack:master Feb 12, 2020
@sokra
Copy link
Copy Markdown
Member

sokra commented Feb 12, 2020

Thanks

@xtuc xtuc deleted the sven/wasm-support-v128 branch February 12, 2020 22:05
@webpack-bot
Copy link
Copy Markdown
Contributor

I've created an issue to backport this.

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

SIMD128 intrinsics support?

3 participants