-
Notifications
You must be signed in to change notification settings - Fork 505
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Luau.Web.js is great but it isn't very accessible. It would be great if there was an npm package that could be used baseline for anyone wanting to run luau in Web/Node similar to Wasmoon
Existing solutions (with problems)
- luau-web
- No globals support
- Must use
LuauStateandMutableclasses provided by the author
- Luau.Web.js can be accessed at https://github.com/luau-lang/luau/releases/latest/download/Luau.Web.js
- Extremely low level and requires knowledge of the C API
- Not documented afaik so your gonna have to read luau src
- Requires manually adding to src via the releases url
If this package could provide something akin to Wasmoon but for Luau that would be absolutely golden and I'm sure developers would appreciate/use it
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request