| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent a0b1378 commit 8eec789
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -70,7 +70,7 @@ describe('ESM: WASM modules', { concurrency: !process.env.TEST_PARALLEL }, () => | |||
| 70 | 70 | [ | |
| 71 | 71 | 'import { strictEqual, deepStrictEqual, ok } from "node:assert";', | |
| 72 | 72 | ||
| 73 | - // SIMD is not supported on rhel8-ppc64le | ||
| 73 | + // WASM SIMD is not supported on older architectures such as IBM Power8 | ||
| 74 | 74 | 'let wasmExports;', | |
| 75 | 75 | 'try {', | |
| 76 | 76 | ` wasmExports = await import(${JSON.stringify(fixtures.fileURL('es-modules/globals.wasm'))});`, | |
| Back | FazBrowse Home | New Git URL |
0 commit comments