mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
v help: enumerate all js_*
backends (#11383)
Co-authored-by: pancake <pancake@nopcode.org>
This commit is contained in:
parent
19a43db2de
commit
4503ff337b
@ -38,6 +38,9 @@ NB: the build flags are shared with the run command too:
|
|||||||
Current list of supported backends:
|
Current list of supported backends:
|
||||||
* `c` (default) - V outputs C source code which is passed to a C compiler to be compiled.
|
* `c` (default) - V outputs C source code which is passed to a C compiler to be compiled.
|
||||||
* `js` - V outputs JS source code which can be passed to NodeJS to be ran.
|
* `js` - V outputs JS source code which can be passed to NodeJS to be ran.
|
||||||
|
* `js_browser` - V outputs JS source code ready for the browser.
|
||||||
|
* `js_node` - V outputs JS source code to run with nodejs.
|
||||||
|
* `js_freestanding` - V outputs JS source code with no hard runtime dependency.
|
||||||
* `native` - V outputs native executable (see -arch x64|arm64 and -os linux|macos) (EXPERIMENTAL).
|
* `native` - V outputs native executable (see -arch x64|arm64 and -os linux|macos) (EXPERIMENTAL).
|
||||||
|
|
||||||
-d <flag>[=<value>], -define <flag>[=<value>]
|
-d <flag>[=<value>], -define <flag>[=<value>]
|
||||||
|
Loading…
Reference in New Issue
Block a user