index
:
forks/wabt.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
wasm2c
/
wasm-rt.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
wasm2c: harmonize bulk mem ops re: i32/i64 (#2506) + parametrize memchecks pe...
HEAD
main
Keith Winstein
2024-12-17
1
-3
/
+2
*
wasm2c: disable segue in clang8 due to missing fsgsbase support
Shravan Narayan
2024-11-11
1
-5
/
+5
*
wasm2c: Cleanup TLS: check for __thread and declare TLS vars only when needed
Shravan Narayan
2024-10-28
1
-3
/
+6
*
wasm2c: Cleanup of handling of WASM_RT_USE_SEGUE macro
Shravan Narayan
2024-10-14
1
-1
/
+28
*
wasm2c: Add segue option to make exclusive use of the segment register
Shravan Narayan
2024-09-18
1
-0
/
+20
*
wasm2c: Segue support for CPUs without wrgsbase instructions
Shravan Narayan
2024-09-06
1
-0
/
+21
*
wasm2c: Segue optimization for modules with a single unshared memory (#2395)
Shravan Narayan
2024-06-26
1
-0
/
+20
*
Fallback to pthreads if threads aren't available (#2385)
walkingeyerobot
2024-02-06
1
-7
/
+7
*
Do not use guard pages on big-endian (#2382)
Soni L
2024-02-02
1
-2
/
+4
*
wasm2c: Cleanup formatting of wasm-rt.h
Shravan Narayan
2024-01-30
1
-58
/
+63
*
wasm2c: atomic and shared mem operations using c11
Shravan Narayan
2024-01-30
1
-1
/
+76
*
wasm2c: Add macro and tests to allow disabling stack exhaustion checks
Shravan Narayan
2024-01-02
1
-2
/
+22
*
wasm2c: Cleanup/separate code for heap and stack signal handlers
Shravan Narayan
2023-12-14
1
-12
/
+36
*
wasm2c runtime: fix mis-nesting of def'n of os_has_altstack_installed (#2346)
Keith Winstein
2023-12-05
1
-4
/
+6
*
w2c runtime: add per-thread init/free API (#2332)
Keith Winstein
2023-12-04
1
-0
/
+13
*
wasm2c: define null values of funcref and externref (#2330)
Willy R. Vasquez
2023-11-16
1
-2
/
+2
*
wasm2c: implement the tail-call proposal (#2272)
Keith Winstein
2023-10-24
1
-1
/
+14
*
wasm2c: partial support for atomic memory ops
Shravan Narayan
2023-05-17
1
-1
/
+2
*
wasm2c: Enable exceptions and simd according to command line flags
Shravan Narayan
2023-05-02
1
-60
/
+26
*
wasm2c: Separate the macros for allocation and bounds checks strategies
Shravan Narayan
2023-04-12
1
-28
/
+92
*
wasm2c: add SIMD support (#2119)
Willy R. Vasquez
2023-01-29
1
-0
/
+1
*
wasm2c: serialize types at wasm2c-time (#2120)
Keith Winstein
2023-01-25
1
-26
/
+10
*
Update wasm2c examples to reflect new wasm_rt_allocate_memory() parameter (#2...
Keith Winstein
2023-01-22
1
-3
/
+4
*
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
1
-5
/
+12
*
wasm2c rt: mark temp storage for traps/exceptions as thread_local (#2126)
Keith Winstein
2023-01-12
1
-1
/
+7
*
wasm2c: eliminate wasm_rt_register_tag() (#2122)
Keith Winstein
2023-01-11
1
-4
/
+6
*
wasm2c: harden set/longjmp to check for uninit jmp_buf
Shravan Narayan
2023-01-03
1
-3
/
+16
*
wasm2c: add hook to allow a custom trap handler
Shravan Narayan
2022-11-07
1
-0
/
+7
*
wasm2c: Fix 8gb model, signals, memory reserve/commits, stack depth on windows
Shravan Narayan
2022-11-05
1
-20
/
+34
*
Allow use of guard pages without requiring a signal handler
Shravan Narayan
2022-11-02
1
-0
/
+4
*
wasm2c: implement the reference-types proposal (#1887)
Keith Winstein
2022-10-03
1
-20
/
+71
*
wasm2c: implement the bulk memory operations proposal (#1877)
Keith Winstein
2022-09-21
1
-2
/
+2
*
wasm2c: support for module instancing (#1814)
Yuhan Deng
2022-09-16
1
-0
/
+7
*
wasm2c/README.md: document runtime symbols needed for exceptions (#1960)
Keith Winstein
2022-08-15
1
-2
/
+7
*
wasm2c: implement the exception-handling proposal (#1930)
Keith Winstein
2022-07-14
1
-2
/
+52
*
wasm2c: run tests with -O2 on non-Windows (#1939)
Keith Winstein
2022-07-11
1
-16
/
+0
*
Fix javadoc-style comment formatting. NFC (#1912)
Sam Clegg
2022-04-29
1
-17
/
+31
*
wasm2c: Avoid unnecessary `extern` in function decls. NFC (#1910)
Sam Clegg
2022-04-29
1
-12
/
+10
*
wasm2c: export free() function to free module state (#1901)
Keith Winstein
2022-04-14
1
-0
/
+10
*
wasm2c: use signal handler to detect stack exhaustion (#1875)
Keith Winstein
2022-04-04
1
-16
/
+33
*
Add windows implementation of wasm2c runtime (#1843)
Sam Clegg
2022-03-09
1
-1
/
+43
*
wasm2c: Add wasm_rt_strerror to covert trap code to string (#1848)
Sam Clegg
2022-03-03
1
-0
/
+5
*
Finish instruction renaming (#1792)
Heejin Ahn
2021-12-20
1
-3
/
+3
*
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
*
[wasm2c] Implement trap handler for linux/macos (#1442)
Ben Smith
2020-06-04
1
-0
/
+20
*
Separate out wasm-rt.h and wasm-rt-impl.{c,h} (#813)
Ben Smith
2018-03-20
1
-0
/
+168