vinterbell/cart
a `cross application run time` for luau, designed to be easy to embed and sandbox
4ff4784890761375208c9efa197cfe3774c5fd0e
0168071cb7ba3e6f50cddf3181a3d56653722829
a cross application run time
for luau
TODO:
@cart/net implementation
fetch
websocket
server
@cart/web implementation
@cart/process implementation
basic process spawning
asyncify :wait()
io redirection
@cart/json implementation
Add more examples
Automate js package building (currently a batch script with copy)
Build js package instead of publishing ts files to npm
Add tests
Currently using zig version 0.14.0-dev.2571
zig build run -- examples/test.luau
Use the cart-luau
package to use cart within a js epplcation. Some examples also can be run by launching a server:
# in /web
bun install
bun run dev