-
Notifications
You must be signed in to change notification settings - Fork 14
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
Dependencies for binding_typescript_wasm #23
Comments
Yeap, those dependencies will be downloaded from the crates.io |
@ChALkeR committing lockfile might be enough wdyt? |
@marco-ippolito if that will be stable/will fail on mismatches (I can recheck after it's commited), then it should be fine! |
I wonder how large would |
I think its fine if we dont vendor all dependencies as long as we keep track on the lock file, and maybe setup a scanner for cve associated? |
@ChALkeR cargo.lock was actually present https://github.com/nodejs/amaro/blob/main/deps/swc/Cargo.lock 😐 |
now the crates are installed with the |
I'm not a rust expert but as I understand, the dependencies of binding_typescript_wasm during the build process, will be downloaded @kdy1 right?
Would it be possible to read from the crates on the fs and make other crates version pinned?
We want to achieve wasm build reproducibility
The text was updated successfully, but these errors were encountered: