index
:
forks/wabt.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
tools
/
wasm-interp.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add error when parameter size does not match on wasm-interp run-export (#2250)
Raphael Amorim
2023-06-09
1
-0
/
+7
*
wasm-interp: Add --run-export and --argument (#2176)
Raphael Amorim
2023-03-19
1
-0
/
+114
*
Move headers to include/wabt/ (#1998)
Alex Reinking
2022-09-28
1
-9
/
+9
*
Clang-format codebase (#1684)
Heejin Ahn
2021-12-20
1
-9
/
+8
*
Remove redundant `BindImports` call (NFC) (#1791)
Heejin Ahn
2021-12-20
1
-1
/
+0
*
Add error locations to BinaryReaderInterp (#1780)
Sam Clegg
2021-12-09
1
-2
/
+3
*
Set features of the Store used in wasm-interp (#1723)
Sam Clegg
2021-10-12
1
-0
/
+1
*
Use stderr for all logging and error output (#1579)
Sam Clegg
2020-12-03
1
-1
/
+1
*
wasi: Implement more of the wasi API (#1430)
Sam Clegg
2020-05-21
1
-3
/
+28
*
Implement more WASI APIs (#1423)
Sam Clegg
2020-05-16
1
-3
/
+19
*
Use stderr for reporting errors in wasm-interp (#1422)
Sam Clegg
2020-05-13
1
-5
/
+7
*
Add initial MVP of WASI API support to wasm-interp (#1411)
Sam Clegg
2020-05-12
1
-28
/
+97
*
Fix typo. NFC. (#1410)
Sam Clegg
2020-05-11
1
-2
/
+1
*
Pass current Thread to host function callbacks (#1412)
Sam Clegg
2020-05-11
1
-2
/
+2
*
New interpreter (#1330)
Ben Smith
2020-02-21
1
-100
/
+83
*
Update spec testsuite (#1237)
Sam Clegg
2019-11-22
1
-3
/
+3
*
interpreter: Allow traps to include custom error strings (#1236)
Sam Clegg
2019-11-19
1
-3
/
+3
*
wasm-interp: Correctly report failure of start function (#1230)
Sam Clegg
2019-11-18
1
-0
/
+1
*
Add `--version` to wabt tools (#1175)
Amir Bawab
2019-10-09
1
-1
/
+0
*
[interp] Add flag to provide dummy import funcs (#1101)
Ben Smith
2019-06-28
1
-4
/
+22
*
Refactor interpreter a bit (#919)
Ben Smith
2018-10-02
1
-2
/
+2
*
[wasm-interp] Fix assert with non-func exports (#912)
Ben Smith
2018-09-13
1
-0
/
+3
*
Replace ErrorHandler with Errors and FormatErrors*
Ben Smith
2018-09-04
1
-5
/
+6
*
[interp] Simplify host module imports (#889)
Ben Smith
2018-08-13
1
-67
/
+20
*
Pass Option structs by const reference (#888)
Ben Smith
2018-08-07
1
-2
/
+2
*
Fix GCC 8 error due to `-Werror=class-memaccess`. (#858)
Marvin Löbel
2018-06-05
1
-1
/
+2
*
Add flag to ignore errors in custom sections (#833)
Ben Smith
2018-05-07
1
-1
/
+2
*
[cleanup] Always use braces with if (#691)
Ben Smith
2017-12-09
1
-2
/
+4
*
Fix ubsan build and remove workaround in favor of ubsan.blacklist (#678)
Sam Clegg
2017-11-28
1
-1
/
+1
*
Refactor interpreter execution (#650)
Ben Smith
2017-10-12
1
-11
/
+11
*
Rename interpreter -> interp everywhere (#649)
Ben Smith
2017-10-12
1
-31
/
+30
*
Share code between wasm-interp and spectest-interp (#644)
Ben Smith
2017-10-03
1
-129
/
+17
*
Add spectest-interp tool; split from wasm-interp (#643)
Ben Smith
2017-10-03
1
-1193
/
+37
*
[wasm-objdump] Continue reading sections on error (#636)
Ben Smith
2017-09-26
1
-2
/
+4
*
Only allow parsing one module with wat2wasm (#622)
Ben Smith
2017-09-12
1
-1
/
+1
*
Rename wast2wasm -> wat2wasm, wast2json (#617)
Ben Smith
2017-09-08
1
-1
/
+1
*
Remove default cases from enum switches (#607)
Sam Clegg
2017-09-05
1
-7
/
+4
*
Update testsuite (#609)
Ben Smith
2017-09-04
1
-1
/
+12
*
Return unique_ptr<Script> from parser (#605)
Ben Smith
2017-09-01
1
-2
/
+2
*
Always include quoted headers like "src/foo.h" (#601)
Ben Smith
2017-08-30
1
-11
/
+11
*
Move Result to its own file (result.h) (#600)
Ben Smith
2017-08-29
1
-6
/
+0
*
Refactor interpreter imports (#592)
Ben Smith
2017-08-17
1
-5
/
+6
*
Add saturating float truncation operators (#573)
Ben Smith
2017-08-16
1
-4
/
+6
*
Rewrite parser as recursive descent (#591)
Ben Smith
2017-08-15
1
-51
/
+52
*
Use C++ class in wasm-interp instead of Context (#583)
Ben Smith
2017-07-25
1
-323
/
+357
*
Rename snake_case to MixedCase. (#579)
Ben Smith
2017-07-19
1
-315
/
+309
*
Rename read_file -> ReadFile; now returns vector (#572)
Ben Smith
2017-07-14
1
-21
/
+7
*
Remove StringSlice from interpreter (#569)
Ben Smith
2017-07-14
1
-184
/
+145
*
Use templates instead of macros in interpreter (#564)
Ben Smith
2017-07-14
1
-8
/
+6
*
Remove BinaryErrorHandler, rename SourceErrorHandler (#553)
Ben Smith
2017-07-06
1
-15
/
+13
[next]