Skip to content

Commit

Permalink
Merge pull request #764 from permaweb/twilson63/feat-update-dev-cli-w…
Browse files Browse the repository at this point in the history
…asm64

feat(dev-cli): wasm64 mode
  • Loading branch information
twilson63 authored Jun 4, 2024
2 parents f2d5b14 + 7d5c4de commit f1fc961
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions dev-cli/container/src/emcc-lua
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ def main():
'--pre-js', '/opt/pre.js'
]
cmd.extend(['-L/opt/aolibc', '-l:aolibc.a'])
cmd.extend(['-s', 'ASSERTIONS=1'])
cmd.extend(definition.get_extra_args())
cmd.extend(['-I', quote('/lua-{}/src'.format(os.environ.get('LUA_VERSION')))])
cmd.extend(['/tmp/compile.c', quote('/lua-{}/src/liblua.a'.format(os.environ.get('LUA_VERSION')))])
Expand Down
4 changes: 2 additions & 2 deletions dev-cli/src/versions.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* eslint-disable */
export const VERSION = {
"CLI": "0.0.54",
"IMAGE": "0.0.35"
"CLI": "0.0.56",
"IMAGE": "0.0.36"
}

0 comments on commit f1fc961

Please sign in to comment.