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
teknomunk 3b09172f01
Convert to use snprintf or strncat
5 months 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 fix consts limit bug (#391) 2 years ago
m3_compile.h Fix warnings 2 years ago
m3_config.h Fix CI 2 years ago
m3_config_platforms.h Disable tail calls on emscripten (#434) 5 months ago
m3_core.c OPTZ: Preallocate functions, increase code page size 3 years ago
m3_core.h Bump up some default limits to align with mainstream wasm implementations (#403) 2 years ago
m3_env.c Fix build 5 months ago
m3_env.h Allow for retrieval of "memory" type import / export name (#449) 5 months ago
m3_exception.h Fix _try 3 years ago
m3_exec.c Cleanup 3 years ago
m3_exec.h Fix function signature (#412) 5 months ago
m3_exec_defs.h Fix function signature (#412) 5 months 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 Convert to use snprintf or strncat 5 months 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 Convert to use snprintf or strncat 5 months ago
m3_parse.c Convert to use snprintf or strncat 5 months ago
wasm3.h Add `m3_GetTableFunction` to allow calling functions by index (#448) 5 months ago
wasm3_defs.h Detect musttail attribute 2 years ago