Skip to content

Commit

Permalink
node.js example: Reference a later minimum version that has security …
Browse files Browse the repository at this point in the history
…support
  • Loading branch information
terryburton committed Feb 5, 2025
1 parent 151a5cf commit a61dad9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js-wasm/example.node.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Requirements:
*
* - Compile with emsdk >= 3.1.28 for correct ES6 module support
* - Run with Node.js >= v17.0.0 for stable ES6 module support and readline/promises
* - Run with Node.js >= v18 for stable ES6 module support and readline/promises
*
* The API reference for the native C library is available here:
*
Expand Down

0 comments on commit a61dad9

Please sign in to comment.