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 949fee7555
Cosmetic fixes
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 Fix strict aliasing warnings 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 strict aliasing warnings 2 years ago
m3_code.h Removed static local variable in `m3_code.c::NewCodePage`-function (#289) 3 years ago
m3_compile.c Cosmetic fixes 2 years ago
m3_compile.h Initial SIMD parsing 2 years ago
m3_config.h Initial SIMD parsing 2 years ago
m3_config_platforms.h Fix build 2 years ago
m3_core.c Initial SIMD parsing 2 years ago
m3_core.h Initial SIMD parsing 2 years ago
m3_env.c Improve parsing of wasm 2.0 modules 2 years ago
m3_env.h Improve parsing of wasm 2.0 modules 2 years ago
m3_exception.h Fix _try 3 years ago
m3_exec.c Cleanup 3 years ago
m3_exec.h Initial SIMD parsing 2 years ago
m3_exec_defs.h Use musttail attribute for Clang 13+ 2 years ago
m3_function.c Memory allocation tracing 3 years ago
m3_function.h m3_env.c: prefer export name in searching function (#328) 2 years ago
m3_info.c Drop DEBUG requirement for d_m3EnableStrace >= 2 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 build 2 years ago
wasm3.h Initial SIMD parsing 2 years ago
wasm3_defs.h Detect musttail attribute 2 years ago