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: 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