Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TheGreatSageEqualToHeaven authored Mar 27, 2024
1 parent 9d0641b commit e4edb4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Pronounced like "Phew". This interpreter aims to provide a decently fast and rel
Fiu does not taint the environment if you pass a table of functions or a wrapper around `getfenv` that does not taint Fiu's thread. Note that only an interpreter is provided, and compiled code must be obtained from an external source. While Fiu is in a working state, bugs and side effects can be encountered! Open an [issue](https://github.com/TheGreatSageEqualToHeaven/Fiu/issues) if you encounter any issues.

# Usage
Use `Source.lua` from the repository and set `FIU_DEBUGGING` to false at the top of the file.
Fiu can be downloaded from the [releases page](https://github.com/rce-incorporated/Fiu/releases) and the experimental version from [Source.lua](https://github.com/rce-incorporated/Fiu/blob/main/Source.lua).

- `luau_load(module | bytecode, env, settings?)` <div>Accepts a luau module or bytecode. Returns the main prototype wrapped and a `luau_close` function to kill the interpreter if needed.</div>
- `luau_deserialize(bytecode, settings?)` <div>Used to deserialise bytecode.</div>
Expand Down

0 comments on commit e4edb4c

Please sign in to comment.