Coder Social home page Coder Social logo

luttje / lua-wasm Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 173 KB

Tools that help any Lua version to be compiled into a WebAssembly easily on Windows or UNIX-based systems

Home Page: https://luttje.github.io/lua-wasm

License: MIT License

Makefile 48.07% JavaScript 40.53% HTML 11.40%
js lua wasm

lua-wasm's People

Contributors

luttje avatar

Stargazers

 avatar

Watchers

 avatar

lua-wasm's Issues

Functions that are #defined do not work

Find out why:

-Wno-error=undefined to turn them into warnings so you should see all of them without exiting. You can also use -Wno-undefined if you want to disable them completely.

If this is really the problem make a minimal test case and find/submit an issue with emscripten or figure out if I'm just calling the compiler incorrectly

Create automatic pre-release for all/new Lua versions

In the README I promised:

A GitHub action periodically checks for updated Lua versions and automatically builds (untested) pre-releases.

Though I have not yet implemented that. The ci.yml code addition will look something like this:

    - 
      name: Publish automatic pre-release
      uses: "marvinpinto/action-automatic-releases@919008cf3f741b179569b7a6fb4d8860689ab7f0"
      with:
        repo_token: "${{ secrets.GITHUB_TOKEN }}"
        automatic_release_tag: "{{{{{{ LUA VERSION HERE }}}}}}-alpha"
        prerelease: true
        title: "{{{{{{ LUA VERSION HERE }}}}}} (automated build)"
        files: ZipContainingDist.zip

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.