projects
/
node-undici.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
560aa39
)
disable SIMD build
author
Yadd
<yadd@debian.org>
Fri, 8 Nov 2024 04:35:57 +0000
(
04:35
+0000)
committer
Peter Michael Green
<plugwash@raspbian.org>
Fri, 8 Nov 2024 04:35:57 +0000
(
04:35
+0000)
Forwarded: not-needed
Last-Update: 2022-07-09
Gbp-Pq: Name disable-simd.patch
build/wasm.js
patch
|
blob
|
history
diff --git
a/build/wasm.js
b/build/wasm.js
index eded00ac611f0b9bc42aaf87a9f3ea5ccc240d95..f7a233167c312a84651a2d999df00eff687cb8fd 100644
(file)
--- a/
build/wasm.js
+++ b/
build/wasm.js
@@
-66,6
+66,7
@@
writeFileSync(
`module.exports = '${base64Wasm}'\n`
)
+/*
// Build wasm simd binary
execSync(`${CLANG} \
-nodefaultlibs \
@@
-96,3
+97,4
@@
writeFileSync(
join(WASM_OUT, 'llhttp_simd-wasm.js'),
`module.exports = '${base64WasmSimd}'\n`
)
+*/