repo.or.cz
/
liba.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
rename alloc,_bb to _new,_nbb
[liba.git]
/
javascript
/
make.lua
blob
2e1b2b80756d8e9e5bde234bcc58e111f88e457a
1
local
lm
=
require
(
"luamake"
)
2
lm
:
executable
(
"liba"
)({
3
defines
= {
"A_EXPORTS"
},
4
includes
= {
"../include"
},
5
sources
= {
"../src/*.c*"
,
"src/*.c*"
},
6
ldflags
= {
"--bind"
,
"-sWASM_ASYNC_COMPILATION=0"
},
7
})