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

Binary tools cache & load from buffer #29

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open

Binary tools cache & load from buffer #29

wants to merge 7 commits into from

Conversation

finwo
Copy link

@finwo finwo commented Jul 18, 2019

Reason for the load from buffer: Makes it easier to include compiled modules into a packaging system like browserify or webpack by converting the compiled file into a buffer-returning javascript file.

Reason for the binary tools cache: To prevent multiple downloads of the same file during both development and deployment (some projects may install WebAssembly multiple times through various paths).

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.

1 participant