lua-wasm-bindings

v0.2.3-rc.1
WASM bindings and binaries for Lua 5.0 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 .

test

npx ts-node simple-test.ts

preversion

npm run complete-build

postversion

git push && git push --tags

Metadata

  • MIT
  • Whatever
  • Lorenz Junglas
  • released 8/11/2022

Downloads