We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f5f591 commit 8614243Copy full SHA for 8614243
docs/docs/cli.md
@@ -115,7 +115,7 @@ and the `examples/hello.js` JavaScript file:
115
116
```bash
117
# Make sure you are in the QuickJS source directory.
118
-$ cc hello.c cutils.c libbf.c libregexp.c libunicode.c quickjs.c quickjs-libc.c -I. -o hello
+$ cc hello.c cutils.c dtoa.c libregexp.c libunicode.c quickjs.c quickjs-libc.c -I. -o hello
119
```
120
121
The resulting binary `hello` will be in the current directory.
0 commit comments