Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

luau-web

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

luau-web

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

latest
Source
npmnpm
Version
1.4.0
Version published
Weekly downloads
117
-55.34%
Maintainers
1
Weekly downloads
 
Created
Source

Luau Web v1.4

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

web

<script type="module">
import { LuauState, Mutable } from 'https://cdn.jsdelivr.net/gh/xNasuni/luau-web@main/dist/luauweb.min.js';
</script>

pnpm

pnpm install luau-web

npm

npm install luau-web

Keywords

lua

FAQs

Package last updated on 11 Mar 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts