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: 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
*
[wasm2c] Add spec tests; fix update-spec-tests.py (#891)
Ben Smith
2018-08-14
1
-0
/
+1
*
[wasm2c] Fix bad realloc in wasm-rt-impl (#869)
Ben Smith
2018-06-25
1
-1
/
+1
*
Separate out wasm-rt.h and wasm-rt-impl.{c,h} (#813)
Ben Smith
2018-03-20
1
-0
/
+118