Aarav Sethi

Results 8 issues of Aarav Sethi

*(This is still a draft)* I am attempting to add visionOS to Tauri and exposing visionOS API's also.

[JIT536.patch](https://github.com/Yu2erer/LuaJIT-5.3.6/files/12517788/JIT536.patch)

I stumbled into this project today and I believe it is amazing and am pretty upset that this hasn't gotten any recent activity. I would like to maintain this project...

Using `collectgarbage("count")` after requiring a Lua library adds about `5-15kb` but an AOT compiled library adds `~200kb`. Considering the compiled C code is way larger and is representing the bytecode...

ljs code: ```lua print([[hi]]) ``` output: ```bash ljsjit: test.ljs:1: invalid long string delimiter near '[' ``` *** > **NOTE:** Multiline strings do work in `ljs` but not `ljsjit`

How would I go about using this in a NodeJS environment?