Skip to content

Commit 6dae74a

Browse files
committed
Add note
1 parent e6a2a28 commit 6dae74a

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

lib/node_modules/@stdlib/os/arch/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,16 @@ console.log( ARCH );
4343

4444
<!-- /.usage -->
4545

46+
<section class="notes">
47+
48+
## Notes
49+
50+
- In general, the target build architecture of the JavaScript runtime binary should match the host architecture; however, this is **not** guaranteed to always be true (e.g., if attempting to run an x64 build of Node.js on an arm64 host machine).
51+
52+
</section>
53+
54+
<!-- /.notes -->
55+
4656
<section class="examples">
4757

4858
## Examples

0 commit comments

Comments
 (0)