We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa59d0d commit df7ed6cCopy full SHA for df7ed6c
README.md
@@ -1,3 +1,8 @@
1
-### WIP
+## Lua WASM Bindings
2
3
-Make sure to run `./scripts/setup.ts` (requires emscripten sdk) first before using `npm run build`.
+WASM bindings and binaries for Lua 5.1 to 5.4.
4
+
5
+Make sure to run `./scripts/setup.ts` (requires emscripten sdk) first before using `npm run build`.
6
+### Important: This currently only includes bindings used to test TypescriptToLua
7
8
+In the future Bindings for the complte API may be added.
scripts/build.sh
@@ -1,3 +1,5 @@
+#!/bin/bash
mkdir -p `dirname "$0"`/../dist
mkdir -p `dirname "$0"`/../dist/glue
0 commit comments