index
:
forks/wabt.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
wasm2c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
wasm2c: serialize types at wasm2c-time (#2120)
Keith Winstein
2023-01-25
11
-162
/
+157
*
Update wasm2c examples to reflect new wasm_rt_allocate_memory() parameter (#2...
Keith Winstein
2023-01-22
4
-8
/
+21
*
wasm-rt.h: Use thread-local storage for traps/exceptions on MSVC
Keith Winstein
2023-01-16
1
-1
/
+3
*
wasm2c: Initial implementation of memory64 (#2086)
Sam Clegg
2023-01-12
2
-17
/
+29
*
wasm2c rt: mark temp storage for traps/exceptions as thread_local (#2126)
Keith Winstein
2023-01-12
3
-10
/
+16
*
wasm2c: eliminate wasm_rt_register_tag() (#2122)
Keith Winstein
2023-01-11
3
-18
/
+12
*
wasm2c: harden set/longjmp to check for uninit jmp_buf
Shravan Narayan
2023-01-03
3
-12
/
+32
*
Update wasm2c fac.c example (#2067)
Keith Winstein
2022-11-15
1
-4
/
+2
*
Update testsuite (#2054)
Sam Clegg
2022-11-13
1
-24
/
+25
*
wasm2c: Avoid unnecessary heap allocation in wasm_rt_register_func_type. NFC ...
Sam Clegg
2022-11-08
1
-8
/
+20
*
wasm2c: cleanup function type indexes when calling wasm_rt_free
Shravan Narayan
2022-11-07
1
-0
/
+9
*
wasm2c: add hook to allow a custom trap handler
Shravan Narayan
2022-11-07
3
-3
/
+23
*
wasm2c: Uninstall sighandler in os_cleanup_signal_handler (#2043)
Sam Clegg
2022-11-07
1
-0
/
+13
*
wasm2c: Fix 8gb model, signals, memory reserve/commits, stack depth on windows
Shravan Narayan
2022-11-05
3
-83
/
+148
*
Allow use of guard pages without requiring a signal handler
Shravan Narayan
2022-11-02
2
-6
/
+10
*
wasm2c examples print usage messages for missing arguments (#2028)
Shravan Narayan
2022-10-31
2
-1
/
+9
*
wasm2c: implement the reference-types proposal (#1887)
Keith Winstein
2022-10-03
4
-81
/
+200
*
wasm2c cleanup: eliminate unused initialization functions in output (#1999)
Keith Winstein
2022-09-21
1
-24
/
+0
*
wasm2c: implement the bulk memory operations proposal (#1877)
Keith Winstein
2022-09-21
2
-11
/
+102
*
wasm2c: support for module instancing (#1814)
Yuhan Deng
2022-09-16
7
-81
/
+311
*
Update declaration of wasm_rt_get/set_unwind_target. NFC (#1967)
Sam Clegg
2022-08-23
1
-2
/
+2
*
Simplify export declarations in wasm2c output. NFC (#1966)
Sam Clegg
2022-08-23
1
-1
/
+2
*
wasm2c/README.md: document runtime symbols needed for exceptions (#1960)
Keith Winstein
2022-08-15
2
-2
/
+50
*
wasm2c: implement the exception-handling proposal (#1930)
Keith Winstein
2022-07-14
4
-8
/
+118
*
wasm2c: Use static for wasm-rt globals. NFC (#1945)
Sam Clegg
2022-07-13
2
-14
/
+15
*
wasm2c: run tests with -O2 on non-Windows (#1939)
Keith Winstein
2022-07-11
4
-84
/
+143
*
Format wasm2c templated code (#1942)
Keith Winstein
2022-07-08
1
-90
/
+115
*
Fix javadoc-style comment formatting. NFC (#1912)
Sam Clegg
2022-04-29
2
-18
/
+33
*
wasm2c: Avoid unnecessary `extern` in function decls. NFC (#1910)
Sam Clegg
2022-04-29
3
-26
/
+24
*
wasm2c: export free() function to free module state (#1901)
Keith Winstein
2022-04-14
7
-83
/
+98
*
wasm2c: Always use a module prefix and set one by default (#1897)
Sam Clegg
2022-04-14
6
-69
/
+36
*
Fix spelling typo in wasm2c output. NFC (#1900)
Sam Clegg
2022-04-14
2
-2
/
+2
*
Remove signature mangling from wasm2c output (#1896)
Sam Clegg
2022-04-14
5
-21
/
+20
*
wasm2c: use signal handler to detect stack exhaustion (#1875)
Keith Winstein
2022-04-04
7
-48
/
+133
*
Add windows implementation of wasm2c runtime (#1843)
Sam Clegg
2022-03-09
5
-35
/
+280
*
Improve wasm2c example update process. NFC (#1857)
Sam Clegg
2022-03-08
2
-5
/
+21
*
Update wasm2c example output. NFC (#1851)
Sam Clegg
2022-03-07
3
-77
/
+141
*
wasm2c: Add wasm_rt_strerror to covert trap code to string (#1848)
Sam Clegg
2022-03-03
2
-0
/
+27
*
Fix compiler warnings in wasm2c output (#1844)
Sam Clegg
2022-03-02
1
-1
/
+1
*
Finish instruction renaming (#1792)
Heejin Ahn
2021-12-20
4
-30
/
+30
*
Fix typo (#1705)
inokawa
2021-08-30
1
-1
/
+1
*
Port to big-endian platforms (s390x but others can be trivially added) (#1557)
Soni L
2020-12-07
1
-0
/
+6
*
Fix warning. NFC. (#1580)
Sam Clegg
2020-12-03
1
-1
/
+1
*
Completely disable signal handler on 32-bit (#1488)
Ben Smith
2020-07-21
1
-8
/
+17
*
Use #warning instead of #warn (#1487)
Ben Smith
2020-07-16
1
-1
/
+1
*
[wasm2c] Disable signal handling on 32-bit archs (#1483)
Ben Smith
2020-07-15
1
-0
/
+4
*
Fix warning on comparison of void* to integer. fixes #1472 (#1473)
Alon Zakai
2020-06-22
1
-1
/
+1
*
[wasm2c] Implement trap handler for linux/macos (#1442)
Ben Smith
2020-06-04
3
-6
/
+87
*
[wasm2c] Add rot13 example (#1384)
Ben Smith
2020-04-14
7
-54
/
+180
*
[wasm2c] Fix realloc check in wasm_rt_grow_memory (#1171)
Ben Smith
2019-09-25
1
-1
/
+1
[prev]
[next]