Giter VIP home page Giter VIP logo

goluago's Issues

ARM Support

I know goluago does not advertise ARM support yet, but how much work would it be to add it?

Currently, compiling a go program that imports goluago on ARM gives the following output:

# command-line-arguments
_dtoa: illegal combination CMPD C_LFCON C_REG C_NONE, 9 1
(7051)  CMPD    $0.000000e+00,R0,
pow: illegal combination CMPD C_LFCON C_REG C_NONE, 9 1
(4450)  CMPD    $0.000000e+00,R2,
_dtoa: illegal combination CMPD C_LFCON C_REG C_NONE, 9 1
(7051)  CMPD    $0.000000e+00,R0,
pow: illegal combination CMPD C_LFCON C_REG C_NONE, 9 1
(4450)  CMPD    $0.000000e+00,R2,

error in while go test

testing functions and calls
+
+
+
PANIC: unprotected error in call to Lua API ([string "from loadbuffer"]:125: attempt to index global 'table' (a nil value))
FAIL github.com/akavel/goluago/internal 0.024s

what's the "·" in code ?

void
·lua_tonumber(uintptr L, uintptr index, uintptr pret) {
    *((lua_Number*)pret) = lua_tonumber((lua_State*)L, (int)index);
}

How these can be compiled ?

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.