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

feat: Split into deno, denort and deno_lib crates #27326

Draft
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

bartlomieju
Copy link
Member

No description provided.

@bartlomieju bartlomieju added this to the 2.3.0 milestone Dec 11, 2024
@dsherret
Copy link
Member

Instead of doing this, I think we should extract out the necessary functionality to make denort work out of the CLI crate (maybe into deno_runtime?) and then create a denort binary.

// enable delay loading
println!("cargo:rustc-link-arg-bin=deno=delayimp.lib");
println!("cargo:rustc-link-arg-bin=denort=delayimp.lib");
}
Copy link
Member

@dsherret dsherret Dec 31, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should revert this if we go to land this PR.

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.

2 participants