index
:
forks/wabt.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
emscripten-helpers.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use flat format for emscriptnen exported function list. NFC (#2108)
Sam Clegg
2022-12-21
1
-3
/
+0
*
Switch from `typedef` to using `using` in C++ code. NFC (#2066)
Sam Clegg
2022-11-15
1
-3
/
+3
*
WastLexer: log lexing errors directly (#2013)
Keith Winstein
2022-10-03
1
-2
/
+3
*
Move headers to include/wabt/ (#1998)
Alex Reinking
2022-09-28
1
-17
/
+17
*
Use C++17 string_view (#1826)
Sam Clegg
2022-02-11
1
-3
/
+2
*
Always run ResolveNames after parsing .wast/.wat (#1337)
Ben Smith
2020-02-20
1
-6
/
+0
*
Add `dummy_workaround_...` function to fix Travis (#941)
Ben Smith
2018-11-01
1
-0
/
+3
*
[libwabtjs] Add support for features (#921)
Ben Smith
2018-10-04
1
-2
/
+31
*
Replace ErrorHandler with Errors and FormatErrors*
Ben Smith
2018-09-04
1
-38
/
+41
*
Move WastLexer out of NameResolver, Validator, etc.
Ben Smith
2018-09-04
1
-6
/
+3
*
Pass Option structs by const reference (#888)
Ben Smith
2018-08-07
1
-6
/
+6
*
Run clang-format over all the files (#814)
Ben Smith
2018-03-16
1
-10
/
+4
*
Use Streams in the WriteBinarySpecScript API (#744)
Ben Smith
2018-02-11
1
-22
/
+88
*
Creating emscripten-exported C bindings for wast handling functions. (#734)
icefoxen
2018-01-26
1
-0
/
+72
*
Fix emscripten build; update libwabt.js
Ben Smith
2017-12-12
1
-1
/
+2
*
Update emscripten demo to latest
Ben Smith
2017-10-05
1
-35
/
+20
*
Only allow parsing one module with wat2wasm (#622)
Ben Smith
2017-09-12
1
-1
/
+1
*
Remove Writer class, move functionality into Stream (#613)
Ben Smith
2017-09-06
1
-11
/
+7
*
Return unique_ptr<Script> from parser (#605)
Ben Smith
2017-09-01
1
-10
/
+12
*
Always include quoted headers like "src/foo.h" (#601)
Ben Smith
2017-08-30
1
-15
/
+15
*
Rename snake_case to MixedCase. (#579)
Ben Smith
2017-07-19
1
-10
/
+10
*
Remove BinaryErrorHandler, rename SourceErrorHandler (#553)
Ben Smith
2017-07-06
1
-39
/
+20
*
Add validation to wasm2wast (#516)
Ben Smith
2017-06-22
1
-2
/
+4
*
Add wasm2wast functionality to emscripten build (#491)
Ben Smith
2017-06-14
1
-21
/
+120
*
Fix emscripten build (#498)
Ben Smith
2017-06-13
1
-3
/
+5
*
Rename all occurences of AST (#413)
Ben Smith
2017-05-04
1
-21
/
+21
*
Fix emscripten demo and libwabt.js (#407)
Ben Smith
2017-04-25
1
-86
/
+151
*
Switch C files to CC files (#309)
Ben Smith
2017-02-23
1
-0
/
+115