Update README

This commit is contained in:
2025-10-17 21:34:55 +02:00
parent a7008bd1e9
commit 4dca1f4c48
+4
View File
@@ -55,6 +55,10 @@ If you are using vscode, you can also install the language extension `ide/vscode
If you're sold on the language and want to embed it in your application, just add the `wl.c` and `wl.h` files to your build and read the "Embedding" section.
If you get stuck, have questions, or want to contribute, feel free to open an issue or join my discord server [here](https://discord.gg/XhVH3Dzn).
Happy templatin'!
## Embedding
WL programs need to first be translated to bytecode, then evaluated in a virtual machine. The bytecode is completely standalone and can be cached.