Skip to content
This repository was archived by the owner on Apr 10, 2021. It is now read-only.

Commit 8b98ed5

Browse files
authored
Update README.md
1 parent 4dad6f6 commit 8b98ed5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ These modules are planned to be included in the future.
5050
- Proxy objects: Forward variable reads and writes to C++.
5151
- Websockets: Send and receive data using the websocket protocol.
5252
- Lua: Allows writing lua scripts that replace builtin procs. Mostly for messing about.
53+
- Optimizer: Optimizes bytecode and inlines procs into each other to avoid call overhead.
5354

5455
## I want to use this!
5556
Download the DLL and .dm file from [Releases](https://github.com/MCHSL/extools/releases). Place the DLL next to your DMB and plop the .dm somewhere where you can easily tick it. Afterwards, add `extools_initialize()` to `world/New()` or equivalent. To load modules, call `<module>_initialize()`, for example `tffi_initialize()`. Module initialization functions must be called after `extools_initialize()`!

0 commit comments

Comments
 (0)