Skip to content

Webpack 4.0 Support for better wasm intergration #969

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

Closed
greenpdx opened this issue Mar 10, 2018 · 6 comments
Closed

Webpack 4.0 Support for better wasm intergration #969

greenpdx opened this issue Mar 10, 2018 · 6 comments

Comments

@greenpdx
Copy link

What problem does this feature solve?

I am "rust-native-wasm-loader" to build and load wasm created by "wasm-bindgen". This development system creates es6 interface for wasm. With webpack 3, I have to play games with promises, async and yield , with webpack 4 it works out of the box.
Also webpack 4 is faster.

What does the proposed API look like?

Webpack 4 makes it easier to to load wasm libraries and builds are faster.

@philwolstenholme
Copy link
Contributor

@greenpdx have a look at #836, specifically the final comment from Evan (yyx990803)

Closing since the answer is yes - will open a separate tracking issue when we try to finalize it.

@yyx990803
Copy link
Member

We already have a WIP branch but at the moment webpack 4 still lacks updated documentation, and a few plugins we rely on from the ecosystem still have not been fully stabilized yet.

Our priority is to ship a stable, production ready setup as the default, so we want to make sure we only migrate when it is ready.

@phoet
Copy link

phoet commented Jul 5, 2018

will open a separate tracking issue when we try to finalize it.

is there already some ticket somewhere? just found closed tickets on this topic

@rowild
Copy link
Contributor

rowild commented Jul 23, 2018

What is the status quo here? Any chance to provide a link with current info?
Thank you!

@Akryum
Copy link
Member

Akryum commented Jul 23, 2018

We already migrated to Webpack 4 since beta.10

@rowild
Copy link
Contributor

rowild commented Jul 23, 2018

I just tested the Vue Cli 3 rc5 again, using the UI. Looks AMAZING! But what I cannot find is a hint anywhere on which webpack is used. Am I missing something? Shouldn't that be shown somewhere?

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

No branches or pull requests

6 participants