lua-wasm-bindings

v0.2.0
WASM bindings and binaries for Lua 5.1 to 5.4.

build

tsc && npm run copy-glue-dts

complete-build

./scripts/setup.sh && npm run build

copy-glue-dts

copyfiles -u 1 "src/glue/*.d.ts" dist/

lint

npm run lint:eslint && npm run lint:prettier

lint:prettier

prettier --check . || (echo 'Run `npm run fix:prettier` to fix it.' && exit 1)

lint:eslint

eslint . --ext .js,.ts

fix:prettier

prettier --write .

preversion

npm run complete-build

postversion

git push && git push --tags

Metadata

  • MIT
  • Whatever
  • Lorenz Junglas
  • released 3/6/2021

Downloads