Skip to content

Commit

Permalink
fix(driver): compatibility with lua 5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
atty303 committed May 11, 2024
1 parent d94d188 commit b0852c3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ npm run dev -w packages/web

## Under the hood

- Running the original PoB Lua code with [few modifications for Lua 5.2](https://github.com/atty303/PathOfBuilding/tree/pob-web).
- Running the original PoB Lua code.
- Use a custom Lua 5.2 interpreter to run the code.
- Using Emscripten to compile the PoB engine to WebAssembly.
- A module equivalent to SimpleGraphic is written in C to bridge with the JS driver.
- The JS renderer renders using WebGL.
Expand Down
2 changes: 1 addition & 1 deletion vendor/lua
Submodule lua updated 1 files
+4 −3 lstrlib.c

0 comments on commit b0852c3

Please sign in to comment.