wasm-micro-runtime/core/iwasm
zoraaver b39fd516d3
Use next generation crypto API on Windows (#2769)
CryptGenRandom is deprecated by Microsoft and may be removed in future
releases. They recommend to use the next generation API instead. See
https://learn.microsoft.com/en-us/windows/win32/seccng/cng-portal for
more details. Also, refactor the random functions to return error codes
rather than aborting the program if they fail.
2023-11-17 18:40:29 +08:00
..
aot Extend os_mmap to support map file from fd (#2763) 2023-11-16 08:28:54 +08:00
common Fix printing ref.extern addresses in wasm_application.c (#2774) 2023-11-16 15:10:58 +08:00
compilation aot compiler: Disable musttail for thumb (#2771) 2023-11-16 11:05:23 +08:00
doc Add architecture diagram for wasm globals and classic-interp stack frame (#2058) 2023-03-25 09:39:20 +08:00
fast-jit Remove unused JitBitmap (#2775) 2023-11-16 18:48:06 +08:00
include Merge branch main into dev/wasi-libc-windows 2023-11-09 10:13:59 +08:00
interpreter Extend os_mmap to support map file from fd (#2763) 2023-11-16 08:28:54 +08:00
libraries Use next generation crypto API on Windows (#2769) 2023-11-17 18:40:29 +08:00
README.md Add architecture diagram for wasm globals and classic-interp stack frame (#2058) 2023-03-25 09:39:20 +08:00