Skip to content

Commit

Permalink
not smart
Browse files Browse the repository at this point in the history
  • Loading branch information
decahedron1 committed May 29, 2024
1 parent 4df123b commit ad99d4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ await new Command()
.option('--rocm', 'Enable ROCm EP')
.option('-A, --arch <arch:target-arch>', 'Configure target architecture for cross-compile', { default: 'x86_64' })
.option('-W, --wasm', 'Compile for WebAssembly (with patches)')
.option('--emsdk', 'Emsdk version to use for WebAssembly build', { default: '3.1.51' })
.option('--emsdk <version:string>', 'Emsdk version to use for WebAssembly build', { default: '3.1.51' })
.action(async (options, ..._) => {
const root = Deno.cwd();

Expand Down

0 comments on commit ad99d4c

Please sign in to comment.