Skip to content

Commit df7ed6c

Browse files
committed
Second attempt for fixing 5.1.5 builds
1 parent aa59d0d commit df7ed6c

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1-
### WIP
1+
## Lua WASM Bindings
22

3-
Make sure to run `./scripts/setup.ts` (requires emscripten sdk) first before using `npm run build`.
3+
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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/bin/bash
2+
13
mkdir -p `dirname "$0"`/../dist
24
mkdir -p `dirname "$0"`/../dist/glue
35

0 commit comments

Comments
 (0)