You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
wasm3/source
Volodymyr Shymanskyy 1a68d516b5
Fix warnings
2 years ago
..
extensions Align main and extensions branches 3 years ago
extra Fix some memory management issues 3 years ago
CMakeLists.txt Cleanup 3 years ago
m3_api_libc.c Fix division by zero warning on FreeBSD libc. Closes #244 3 years ago
m3_api_libc.h Cleanup 4 years ago
m3_api_meta_wasi.c Fix build 2 years ago
m3_api_tracer.c Deprecate m3_api_defs.h 3 years ago
m3_api_tracer.h wasm-trace support 4 years ago
m3_api_uvwasi.c Move d_m3EnableWasiTracing to m3_config.h 2 years ago
m3_api_wasi.c Fix Cygwin compatibility (#330) 2 years ago
m3_api_wasi.h API to handle custom sections. Fix #284 3 years ago
m3_bind.c Improve _try 3 years ago
m3_bind.h Cleanup 4 years ago
m3_code.c Fix memory safety issues found by OSS-Fuzz (#301) 2 years ago
m3_code.h Removed static local variable in `m3_code.c::NewCodePage`-function (#289) 3 years ago
m3_compile.c Fix warnings 2 years ago
m3_compile.h Fix warnings 2 years ago
m3_config.h Move d_m3EnableWasiTracing to m3_config.h 2 years ago
m3_config_platforms.h Fix Cygwin compatibility (#330) 2 years ago
m3_core.c OPTZ: Preallocate functions, increase code page size 3 years ago
m3_core.h Add d_m3EnableWasiTracing support for MetaWASI 3 years ago
m3_env.c Fix parsing of i32 constant globals on big-endian systems. (#322) 2 years ago
m3_env.h Fix parsing of i32 constant globals on big-endian systems. (#322) 2 years ago
m3_exception.h Fix _try 3 years ago
m3_exec.c Cleanup 3 years ago
m3_exec.h Cleanup 3 years ago
m3_exec_defs.h Align opcodes 3 years ago
m3_function.c Memory allocation tracing 3 years ago
m3_function.h Align main and extensions branches 3 years ago
m3_info.c Fix warnings 2 years ago
m3_info.h Cleanup 3 years ago
m3_math_utils.h Use M3_ prefix for likely/unlikely. Add likely in MemCopy/MemFill functions (#242) 3 years ago
m3_module.c Fix _try 3 years ago
m3_parse.c fix some typos (#316) 2 years ago
wasm3.h Make error constants const (#292) 3 years ago
wasm3_defs.h w3_defs.h: Ensure that endian.h or stdint.h is included before using uint* (#304) 2 years ago