index
:
forks/wabt.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
dump
/
store-aligned.txt
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use stderr for all logging and error output (#1579)
Sam Clegg
2020-12-03
1
-1
/
+3
*
Update output from type to func type in binary writer and reader (#1570)
Radu M
2020-11-16
1
-1
/
+1
*
Pass function body size in BinaryReader callback (#975)
Ben Smith
2018-12-12
1
-1
/
+1
*
Remove `run-objdump.py`; replace with `RUN` cmds (#732)
Ben Smith
2018-01-24
1
-1
/
+1
*
Rename run args (#728)
Ben Smith
2018-01-21
1
-1
/
+1
*
Rename wasmdump to wasm-objdump (#455)
Sam Clegg
2017-05-25
1
-1
/
+1
*
Regenerate expected test output (#423)
Sam Clegg
2017-05-10
1
-0
/
+1
*
Use 8 hex digits for wasm version rather than 6. (#391)
pipcet
2017-04-05
1
-1
/
+1
*
Add callback for end opcode and end of function (#358)
Sam Clegg
2017-03-16
1
-0
/
+1
*
Make most enumerations into enum classes (#329)
Ben Smith
2017-03-01
1
-4
/
+4
*
Update wasm binary format label to 1 (#310)
Derek Schuff
2017-02-24
1
-2
/
+2
*
Add function names and relocations to wasmdump disassembly (#285)
Sam Clegg
2017-01-23
1
-1
/
+2
*
Update testsuite to f71cbe72bd5f4fb871bee39a9dc1278fa662a8a5
Ben Smith
2016-12-15
1
-150
/
+159
*
wasmdump improvments (#192)
Sam Clegg
2016-10-31
1
-0
/
+3
*
Fix types for binary 0xd
Ben Smith
2016-10-26
1
-2
/
+2
*
Remap the operator encoding for binary 0xd
Ben Smith
2016-10-26
1
-97
/
+97
*
Update tests syntax to new flat syntax (#174)
Kwadwo 'Que' Amankwa
2016-10-20
1
-22
/
+48
*
Add wasmdump binary for inspecting wasm files (#161)
Sam Clegg
2016-10-12
1
-11
/
+51
*
Remove trailing whitespace from hexdumps (#154)
Sam Clegg
2016-10-07
1
-143
/
+143
*
Refactor all uses of s_opcode_ to use functions
Ben Smith
2016-10-06
1
-49
/
+49
*
Fix most of the spec tests
Ben Smith
2016-10-05
1
-152
/
+49
*
append END opcode at end of function
Ben Smith
2016-09-30
1
-6
/
+7
*
Update 'dump' tests for binary_0xc
Sam Clegg
2016-09-29
1
-218
/
+214
*
fix dump tests, update binary version to 0xc
Ben Smith
2016-09-29
1
-2
/
+2
*
update dump tests
Ben Smith
2016-04-28
1
-234
/
+232
*
just use the opcode everywhere, remove op_type
Ben Smith
2016-03-17
1
-28
/
+28
*
remove end section
Ben Smith
2016-03-11
1
-6
/
+1
*
sections have size and name as string
Ben Smith
2016-03-09
1
-200
/
+221
*
update v8, use function sig and body sections
Ben Smith
2016-03-09
1
-205
/
+207
*
Fix off-by-one
Ben L. Titzer
2016-03-09
1
-41
/
+41
*
Update loads and store immediates to be alignment varint followed by index va...
Ben L. Titzer
2016-03-09
1
-156
/
+186
*
rebase master; remove need for local decl fixup
Ben Smith
2016-03-07
1
-1
/
+0
*
Rebase the dumps on local decls changes.
Ben L. Titzer
2016-03-07
1
-181
/
+183
*
store i32.const and i64.const as signed-LEB128
Ben Smith
2016-03-04
1
-160
/
+153
*
binary format has magic and version number
Ben Smith
2016-02-28
1
-176
/
+178
*
move shared binary format stuff to wasm-binary.h
Ben Smith
2016-02-24
1
-3
/
+3
*
binary format doesn't require exact alignment
Ben Smith
2016-02-01
1
-18
/
+18
*
write unaligned access byte for loads/stores
Ben Smith
2016-01-29
1
-34
/
+34
*
fix --dump-module flag
Ben Smith
2015-12-11
1
-0
/
+20
*
don't write func name offset if func is not exported
Ben Smith
2015-12-03
1
-149
/
+148
*
don't write memory section if not specified
Ben Smith
2015-12-03
1
-160
/
+156
*
finished code for dump, doesn't actually write yet
Ben Smith
2015-12-03
1
-21
/
+1
*
support load/store offsets in d8
Ben Smith
2015-11-19
1
-73
/
+73
*
fix gen after v8-native change to make stmt=expr
Ben Smith
2015-11-05
1
-74
/
+74
*
dedupe function signatures
Ben Smith
2015-10-23
1
-1
/
+1
*
update v8-native-prototype w/ new binary format
Ben Smith
2015-10-21
1
-113
/
+110
*
parse new alignment syntax
Ben Smith
2015-10-16
1
-28
/
+28
*
change prefix for test file format
Ben Smith
2015-10-13
1
-2
/
+3
*
add memory spec test and fix a few bugs
Ben Smith
2015-09-28
1
-18
/
+18
*
add back 64-bit loads/stores of smaller memtypes
Ben Smith
2015-09-28
1
-3
/
+100
[next]