index
:
forks/wabt.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
remove wasm prefix from non-extern stuff
Ben Smith
2016-05-03
17
-991
/
+946
*
fix a bunch of UB
Ben Smith
2016-05-03
3
-46
/
+102
*
fix UB shifting subnormal exponent > 32/64 bits
Ben Smith
2016-05-03
1
-14
/
+20
*
[ubsan] fix bug shifting > 32 bits
Ben Smith
2016-05-02
1
-2
/
+4
*
disallow br without depth in wast format: (br)
Ben Smith
2016-05-02
2
-488
/
+465
*
use linked-list for expression lists
Ben Smith
2016-05-01
10
-474
/
+516
*
more binary reader tests
Ben Smith
2016-04-30
3
-5
/
+19
*
cleanup CHECK_ALLOC macros
Ben Smith
2016-04-30
4
-244
/
+232
*
simplify ast-checker by storing module+func in ctx
Ben Smith
2016-04-29
1
-140
/
+105
*
fix a few more print format bugs
Ben Smith
2016-04-29
1
-9
/
+7
*
fix asan-found out-of-bound read in interpreter
Ben Smith
2016-04-28
1
-1
/
+1
*
arities for call, break and return
Ben Smith
2016-04-28
6
-108
/
+164
*
rename memory_size -> current_memory
Ben Smith
2016-04-28
16
-1890
/
+1895
*
support br_table with value
Ben Smith
2016-04-28
11
-1528
/
+572
*
use new "type" section format
Ben Smith
2016-04-28
3
-12
/
+33
*
move section length after section name
Ben Smith
2016-04-28
2
-8
/
+6
*
use short section names
Ben Smith
2016-04-28
3
-46
/
+46
*
switch wasm-binary-reader-ast to postorder
Ben Smith
2016-04-28
3
-541
/
+416
*
post-order interpreter passes all tests
Ben Smith
2016-04-28
5
-1035
/
+1513
*
use post-order style if
Ben Smith
2016-04-28
10
-432
/
+1150
*
WIP
Ben Smith
2016-04-28
5
-500
/
+245
*
remove generation date from prebuilt re2c lexer
Ben Smith
2016-04-28
1
-1
/
+1
*
rename Lexer -> AstLexer, Parser -> AstParser
Ben Smith
2016-04-28
16
-1741
/
+1075
*
add printf format attribute; fix some format bugs
Ben Smith
2016-04-28
11
-459
/
+474
*
compute line offsets on demand
Ben Smith
2016-04-28
3
-3714
/
+4484
*
fix memory leak in interpreter
Ben Smith
2016-04-27
1
-1
/
+7
*
update src/wasm-lexer.c to work with older re2c
Ben Smith
2016-04-21
2
-4155
/
+3585
*
lex using re2c instead of flex
Ben Smith
2016-04-21
14
-4250
/
+6713
*
remove arity checks from type checker
Ben Smith
2016-04-18
1
-27
/
+16
*
more demo stuff
Ben Smith
2016-04-18
1
-0
/
+7
*
fix emscripten release build
Ben Smith
2016-04-18
1
-3
/
+21
*
display binary writer logs in demo
Ben Smith
2016-04-17
2
-14
/
+132
*
bindings for writeBinaryScript
Ben Smith
2016-04-17
3
-46
/
+203
*
emscripten build, w/ library bindings
Ben Smith
2016-04-17
5
-0
/
+423
*
add WasmStream; refactor writing
Ben Smith
2016-04-17
10
-594
/
+719
*
fix local name checking regression from 21deffc6
Ben Smith
2016-04-16
1
-2
/
+6
*
lex from buffer; move error formatting to lexer
Ben Smith
2016-04-16
6
-363
/
+696
*
add help text, w/ tests
Ben Smith
2016-04-15
6
-3
/
+74
*
error handling for binary readers
Ben Smith
2016-04-15
10
-97
/
+139
*
move parser error printing into callback
Ben Smith
2016-04-15
10
-110
/
+234
*
generate label names; finer grained tests
Ben Smith
2016-04-15
4
-39
/
+201
*
generate names for unnamed AST nodes
Ben Smith
2016-04-15
9
-29
/
+531
*
rename traverse -> visit
Ben Smith
2016-04-15
3
-55
/
+55
*
share WasmFuncDeclaration with Func and Import
Ben Smith
2016-04-12
10
-1740
/
+981
*
simplify get_func_signatures in wasm-binary-writer
Ben Smith
2016-04-12
1
-31
/
+26
*
remove WasmFunc.params_and_locals
Ben Smith
2016-04-12
8
-117
/
+103
*
add memory.setblob and memory.getblob functions
Ben Smith
2016-04-11
1
-3
/
+32
*
use WASM_SUCCEEDED and WASM_FAILED
Ben Smith
2016-04-11
1
-7
/
+7
*
use WasmBool and such
Ben Smith
2016-04-11
1
-9
/
+10
*
better error handling between squirrel + wasm
Ben Smith
2016-04-11
4
-42
/
+112
[next]