Skip to content

Conversation

@nico-martin
Copy link
Collaborator

No description provided.

@nico-martin nico-martin requested a review from xenova November 27, 2025 06:36
@xenova
Copy link
Collaborator

xenova commented Dec 1, 2025

Amazing -- I will be testing this out in the next few days! 😍

@xenova xenova changed the title added esuild [v4] Switch build system to use esbuild Dec 1, 2025
Copy link
Collaborator

@xenova xenova left a comment

Choose a reason for hiding this comment

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

Thanks for the PR! Good start 👍

Comment on lines 21 to 29
contents: `
const noop = () => {};
const emptyObj = {};
export default emptyObj;
export const Readable = { fromWeb: noop };
export const pipeline = noop;
export const createWriteStream = noop;
export const createReadStream = noop;
`
Copy link
Collaborator

Choose a reason for hiding this comment

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

Will this be added one, or for each module we will ignore? 👀

Comment on lines 18 to 19
const ORT_JSEP_FILE = 'ort-wasm-simd-threaded.jsep.mjs';
const ORT_BUNDLE_FILE = 'ort.bundle.min.mjs';
Copy link
Collaborator

Choose a reason for hiding this comment

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

[WIP] How do we ensure this is bundled with the main library, enabling #1471

logOverride: {
"empty-import-meta": "silent",
},
});
Copy link
Collaborator

Choose a reason for hiding this comment

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

same comment as above RE: duplication.

Maybe we can also consolidate dev and build logic to reduce duplication

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.

3 participants