Skip to content

xNasuni/luau-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Luau Web

Luau (lowercase u, /ˈlu.aʊ/) is a fast, small, safe, gradually typed embeddable scripting language derived from Lua.

This repository hosts bindings for Luau that targets websites, Node.JS, and Typescript. For examples and documentation, you can check out the wiki.

The Luau Web package uses Luau Interop . It's another project I made which is the fork of Luau with rewritten WASM execution API. This package is just bindings for that other project, it comes bundled in here.

Installation

pnpm

pnpm install luau-web

npm

npm install luau-web

About

Luau bindings with dynamic JavaScript interop for web browsers, Node.js, and TypeScript.

Topics

Resources

Stars

Watchers

Forks