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 bc0d6bb953
Add ESP32, ESP8266, W600, Emscripten platforms support
5 years ago
..
m3.h Implement more ops, organize things a bit ;) 5 years ago
m3.hpp Fix GCC build 5 years ago
m3_bind.c Cleanup 5 years ago
m3_code.c Cleanup 5 years ago
m3_code.h no message 5 years ago
m3_compile.c Make ==, != commutative 5 years ago
m3_compile.h Remove wasm operand names and source filenames from Release builds 5 years ago
m3_config.h Detect compiler 5 years ago
m3_core.c Fix void* arithmetic 5 years ago
m3_core.h Fix 32-bit mode (x86) 5 years ago
m3_emit.c Cleanup 5 years ago
m3_emit.h no message 5 years ago
m3_env.c Fix 32-bit mode (x86) 5 years ago
m3_env.h Fix 32-bit mode (x86) 5 years ago
m3_exception.h Fix 32-bit mode (x86) 5 years ago
m3_exec.c Fix 32-bit mode (x86) 5 years ago
m3_exec.h Fix build 5 years ago
m3_exec_defs.h Fix vectorcall 5 years ago
m3_host.c Fix 32-bit mode (x86) 5 years ago
m3_host.h no message 5 years ago
m3_info.c Fix 32-bit mode (x86) 5 years ago
m3_math_utils.h Update operations 5 years ago
m3_module.c Fix 32-bit mode (x86) 5 years ago
m3_module.h Fix 32-bit mode (x86) 5 years ago
m3_optimize.c no message 5 years ago
m3_parse.c Cleanup 5 years ago