Skip to content
Discussion options

You must be logged in to vote

If by x32 you mean 32-bit x86 / Node process.arch === "ia32", treat it as an unsupported custom build path rather than something the published onnxruntime-node package can do.

The current package/release packaging is built around bin/napi-v6/{os}/{cpu_arch} and the release pipeline comments list the packaged CPU arch values as x64 and arm64 for win32, darwin, and linux. The install metadata also only knows about win32/x64, win32/arm64, linux/x64, linux/arm64, darwin/x64, and darwin/arm64. There is a local Node build script option for --arch=ia32, but that does not mean the npm package publishes or tests 32-bit binaries.

The main problems I would expect are:

  • every native piece must be 32-…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@NazaRik555
Comment options

@cookesan
Comment options

Answer selected by NazaRik555
@jcchatham8-lgtm
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
API Q&A
Labels
None yet
3 participants