Skip to content

vinterbell/cart

Repository files navigation

CART

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

Building

Currently using zig version 0.14.0-dev.2571

zig build run -- examples/test.luau

Web

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

About

a `cross application run time` for luau, designed to be easy to embed and sandbox

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published