index
:
forks/wabt.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
wasm2c
/
wasm-rt-impl.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[wasm2c] Fix alternate stack deallocation (#2466)
Christian Nieves
2024-09-20
1
-0
/
+1
*
wasm2c: Add segue option to make exclusive use of the segment register
Shravan Narayan
2024-09-18
1
-0
/
+4
*
wasm2c: Segue support for CPUs without wrgsbase instructions
Shravan Narayan
2024-09-06
1
-0
/
+39
*
wasm2c: move table ops to an include file
Shravan Narayan
2024-01-31
1
-37
/
+9
*
wasm2c: atomic and shared mem operations using c11
Shravan Narayan
2024-01-30
1
-176
/
+0
*
Fix emscripten build warning and add missing export (#2367)
Changqing Jing
2024-01-19
1
-0
/
+2
*
wasm2c: Cleanup/separate code for heap and stack signal handlers
Shravan Narayan
2023-12-14
1
-53
/
+54
*
wasm2c runtime: fix mis-nesting of def'n of os_has_altstack_installed (#2346)
Keith Winstein
2023-12-05
1
-11
/
+14
*
wasm2c runtime: clean up some error messages (NFC) (#2345)
Keith Winstein
2023-12-03
1
-7
/
+3
*
w2c runtime: add per-thread init/free API (#2332)
Keith Winstein
2023-12-04
1
-6
/
+14
*
wasm2c runtime: refactor handling of alternate stack (NFC) (#2338)
Keith Winstein
2023-11-28
1
-12
/
+81
*
wasm2c: implement the tail-call proposal (#2272)
Keith Winstein
2023-10-24
1
-1
/
+1
*
wasm2c: partial support for atomic memory ops
Shravan Narayan
2023-05-17
1
-0
/
+2
*
wasm2c: Enable exceptions and simd according to command line flags
Shravan Narayan
2023-05-02
1
-52
/
+1
*
wasm2c: reduce the max exceptions size
Shravan Narayan
2023-05-01
1
-1
/
+1
*
wasm-rt-impl: reset g_signal_handler_installed in wasm_rt_free (#2209)
Keith Winstein
2023-04-21
1
-0
/
+1
*
wasm2c: Misc docs and inline comment fixes
Shravan Narayan
2023-04-13
1
-2
/
+1
*
wasm2c: Add optional WASM_RT_GROW_FAILED_HANDLER to be notified of memory gro...
Shravan Narayan
2023-04-12
1
-1
/
+15
*
wasm2c: Separate the macros for allocation and bounds checks strategies
Shravan Narayan
2023-04-12
1
-23
/
+44
*
wasm2c: add signature for the wasm2c trap handler if defined
Shravan Narayan
2023-04-10
1
-0
/
+4
*
wasm2c: add SIMD support (#2119)
Willy R. Vasquez
2023-01-29
1
-0
/
+2
*
wasm2c: serialize types at wasm2c-time (#2120)
Keith Winstein
2023-01-25
1
-72
/
+0
*
wasm2c: Initial implementation of memory64 (#2086)
Sam Clegg
2023-01-12
1
-12
/
+17
*
wasm2c rt: mark temp storage for traps/exceptions as thread_local (#2126)
Keith Winstein
2023-01-12
1
-7
/
+7
*
wasm2c: eliminate wasm_rt_register_tag() (#2122)
Keith Winstein
2023-01-11
1
-10
/
+5
*
wasm2c: harden set/longjmp to check for uninit jmp_buf
Shravan Narayan
2023-01-03
1
-3
/
+3
*
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
1
-0
/
+6
*
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
1
-54
/
+100
*
Allow use of guard pages without requiring a signal handler
Shravan Narayan
2022-11-02
1
-6
/
+6
*
wasm2c: implement the reference-types proposal (#1887)
Keith Winstein
2022-10-03
1
-12
/
+39
*
wasm2c: support for module instancing (#1814)
Yuhan Deng
2022-09-16
1
-0
/
+8
*
Update declaration of wasm_rt_get/set_unwind_target. NFC (#1967)
Sam Clegg
2022-08-23
1
-2
/
+2
*
wasm2c: implement the exception-handling proposal (#1930)
Keith Winstein
2022-07-14
1
-0
/
+53
*
wasm2c: Use static for wasm-rt globals. NFC (#1945)
Sam Clegg
2022-07-13
1
-8
/
+9
*
wasm2c: run tests with -O2 on non-Windows (#1939)
Keith Winstein
2022-07-11
1
-68
/
+0
*
wasm2c: export free() function to free module state (#1901)
Keith Winstein
2022-04-14
1
-0
/
+21
*
wasm2c: use signal handler to detect stack exhaustion (#1875)
Keith Winstein
2022-04-04
1
-11
/
+49
*
Add windows implementation of wasm2c runtime (#1843)
Sam Clegg
2022-03-09
1
-6
/
+134
*
wasm2c: Add wasm_rt_strerror to covert trap code to string (#1848)
Sam Clegg
2022-03-03
1
-0
/
+22
*
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
*
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
1
-4
/
+56
*
[wasm2c] Fix realloc check in wasm_rt_grow_memory (#1171)
Ben Smith
2019-09-25
1
-1
/
+1
*
[wasm2c] Return -1 if wasm_rt_grow_memory fails (#1148)
Ben Smith
2019-08-29
1
-2
/
+10
*
Add missing string.h include to wasm-rt-impl.c (#1010)
Matt McCormick
2019-02-10
1
-0
/
+1
*
Update testsuite (#942)
Ben Smith
2018-11-05
1
-0
/
+2
[next]