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
*
Fix: set_global on immutable global is invalid (#895)
Ben Smith
2018-08-15
1
-1
/
+12
*
[interp] Add rot13 interpreter example (#890)
Ben Smith
2018-08-14
1
-3
/
+187
*
[interp] Simplify host module imports (#889)
Ben Smith
2018-08-13
7
-376
/
+338
*
Pass Option structs by const reference (#888)
Ben Smith
2018-08-07
31
-116
/
+114
*
[interp] Add test for trapping host functions (#887)
Ben Smith
2018-08-06
1
-0
/
+132
*
handle traps in host functions (#886)
Paul D
2018-08-03
1
-2
/
+2
*
Update testsuite; enable mut. globals by default (#884)
Ben Smith
2018-08-03
5
-28
/
+62
*
Remove short option for --help (#877)
Raphael Graf
2018-08-02
2
-5
/
+2
*
[emscripten] Use long instead of int for ssize_t (#880)
Ben Smith
2018-07-25
1
-1
/
+1
*
Fix typo in BinaryReaderLogging::OnFunctionSymbol (#867)
Ben Smith
2018-06-25
1
-1
/
+1
*
Relax the check for alloca (#865)
Raphael Graf
2018-06-18
1
-3
/
+1
*
Fix integer overflow w/ too many locals (#862)
Ben Smith
2018-06-15
1
-0
/
+4
*
Add support for multi-value proposal (#861)
Ben Smith
2018-06-14
22
-349
/
+545
*
Use named offset type and clean up PushRep doc (#860)
ahorn
2018-06-06
1
-3
/
+3
*
Fix GCC 8 error due to `-Werror=class-memaccess`. (#858)
Marvin Löbel
2018-06-05
2
-2
/
+4
*
Better type-check errors locs @ end of block (#856)
Ben Smith
2018-06-05
4
-12
/
+69
*
Fix emscripten build (#855)
Ben Smith
2018-06-04
2
-32
/
+2
*
[objdump] Include elem segment offset when printing table elements (#851)
Sam Clegg
2018-06-04
1
-52
/
+60
*
Add support for new relocation types used in DWARF sections (#846)
Sam Clegg
2018-05-29
9
-8
/
+88
*
Update spec tests; rename {grow,current}_memory (#849)
Ben Smith
2018-05-27
22
-8582
/
+8500
*
Fix token enum/string mismatch; move to token.def (#845)
Ben Smith
2018-05-21
3
-206
/
+142
*
Remove old sub-sections types from linking section (#840)
Sam Clegg
2018-05-17
7
-34
/
+0
*
Print "warning" for ignored custom section errors (#843)
Ben Smith
2018-05-16
13
-46
/
+96
*
wasm-objdump: Clearly distinguish undefined symbols in symbol table (#839)
Sam Clegg
2018-05-14
1
-8
/
+7
*
Fix broken version check on metadata section (#841)
Sam Clegg
2018-05-14
1
-1
/
+1
*
Fix bug with --ignore-custom-section-errors flag (#837)
Ben Smith
2018-05-14
1
-1
/
+4
*
Add some documentation for wasm2c (#803)
Ben Smith
2018-05-09
2
-4
/
+0
*
Display module name in wasm-objdump (#834)
Ben Smith
2018-05-08
1
-3
/
+19
*
Add flag to ignore errors in custom sections (#833)
Ben Smith
2018-05-07
8
-25
/
+88
*
Fix one bug for converting v128.shuffle from wasm format to wat format. (#832)
lizhengxing
2018-05-07
1
-1
/
+1
*
Refer to target section by index in relocation section (#830)
Sam Clegg
2018-05-03
7
-47
/
+33
*
Read and write module names in the names section (#831)
Ben Smith
2018-05-01
9
-3
/
+67
*
Don't allow a local decl count of 0 (#827)
Ben Smith
2018-04-10
5
-12
/
+22
*
Error on running wasm2c with `--enable-*` flags (#825)
Ben Smith
2018-04-06
1
-0
/
+12
*
Don't allow the `v128` type without the simd flag (#824)
Ben Smith
2018-04-04
1
-3
/
+8
*
Use `ReadCount` function in BinaryReader (#821)
Ben Smith
2018-03-28
1
-20
/
+38
*
Store local types as Type+Count pairs (#820)
Ben Smith
2018-03-28
9
-60
/
+124
*
Windows remove _Check_Return_ annotation (#817)
Michael Ferris
2018-03-22
1
-1
/
+1
*
Add SIMD tests to {logging,tracing}-all-opcodes (#816)
Ben Smith
2018-03-21
1
-6
/
+6
*
Separate out wasm-rt.h and wasm-rt-impl.{c,h} (#813)
Ben Smith
2018-03-20
2
-104
/
+2
*
Fix typo introduced in the previous commit
Ben Smith
2018-03-20
1
-1
/
+1
*
Realign opcode table
Ben Smith
2018-03-19
1
-405
/
+406
*
Run clang-format over all the files (#814)
Ben Smith
2018-03-16
51
-396
/
+436
*
objdump: Report elem count for each elem segment (#812)
Sam Clegg
2018-03-16
1
-2
/
+11
*
Small cleanup to simd extract/replace lane (#810)
Ben Smith
2018-03-16
3
-76
/
+55
*
SIMD v8x16.shuffle implementation. (#811)
lizhengxing
2018-03-15
26
-4281
/
+4504
*
Simd Replace Lane instructions implementation. (#809)
lizhengxing
2018-03-15
9
-3243
/
+3747
*
Print locals in objdump disassembly (#808)
Ben Smith
2018-03-15
1
-0
/
+39
*
Simd remaining Extract Lane instructions implementation. (#806)
lizhengxing
2018-03-15
9
-2896
/
+3304
*
Simd i8x16.extract_lane_s instruction implementation. (#802)
lizhengxing
2018-03-13
26
-2356
/
+2599
[next]