Commit Graph

160 Commits (1962ffa33bbd5531e1c880310fdcbaa27a90e26e)

Author SHA1 Message Date
Volodymyr Shymanskyy 0b69623b32 Fix build
3 years ago
Volodymyr Shymanskyy 9ec20457b0 Fix build
3 years ago
Tyler Zhang d62d408b4f
Backtraces in Wasm3 (#195)
3 years ago
Anthony Drendel b3088901e1
Support exported functions with the same name (#199)
3 years ago
Volodymyr Shymanskyy d71a204e55 Basic stack access API. Closes #41
3 years ago
Volodymyr Shymanskyy aec7a82fc6 Cleanup
3 years ago
Volodymyr Shymanskyy 7afc674875 Fix #143
4 years ago
Volodymyr Shymanskyy 469442487b Fix warnings on ESP32
4 years ago
Volodymyr Shymanskyy 8efc27f86f Optimize simple FuncTypes
4 years ago
Volodymyr Shymanskyy 64b9856ea5 Multi-value module parsing. #23
4 years ago
Volodymyr Shymanskyy 1b9eddf706 Cleanup
4 years ago
Volodymyr Shymanskyy 274c26fa66 Cleanup wasm types
4 years ago
Volodymyr Shymanskyy 29d42c8078 d_m3NoFloatDynamic support
4 years ago
coderzh 273815dfea
fix PreserveArgsAndLocals bug (#175)
4 years ago
Volodymyr Shymanskyy 640bf0cc26 Cleanup
4 years ago
Volodymyr Shymanskyy bdc5082755 d_m3HasFloat - allow disabling float ops
4 years ago
Volodymyr Shymanskyy cc10d740c4 Cleanup
4 years ago
Volodymyr Shymanskyy c34e9807b1 WASI support for Big-Endian systems (#125)
4 years ago
Volodymyr Shymanskyy 449b0fbd17 Revert the breaking change
4 years ago
Volodymyr Shymanskyy 2113505d5a Logging improvements
4 years ago
Volodymyr Shymanskyy c1701dd056 Initial Big-Endian system support (#125)
4 years ago
Volodymyr Shymanskyy a207a3328f Cleanup
4 years ago
Volodymyr Shymanskyy aea4709987 Allow multi-byte opcodes. Implement saturated conversions.
4 years ago
Volodymyr Shymanskyy c796f7ca7e Fix uninitialized slot variable
4 years ago
Steven Massey 713e1ae069 code page reference counting work
4 years ago
Steven Massey 449bde2809 codepage ref counting work
4 years ago
Steven Massey c45fecf107 consolidated FuncType's in M3Environment; simplified op_CallIndirect
4 years ago
Steven Massey ad98bbd746 refactoring / cleanup
4 years ago
Steven Massey ab0c67868a platformio build fix
4 years ago
Steven Massey 82fd942f19 polymorphic stack fix; attempt 2
4 years ago
Steven Massey 74c1a99419 polymorphic stack fix
4 years ago
Steven Massey e34570c8ec build fix
4 years ago
Steven Massey b4ab0427c3 fixed EvaluateExpression stack size
4 years ago
Steven Massey 73b01333e8 no message
4 years ago
Steven Massey ba4bbffbc5 issue #5 complete
4 years ago
Steven Massey 3c416b88cb hmmm
4 years ago
Steven Massey 7e5a747af5 slot allocator fix
4 years ago
Steven Massey 533e1fcaea issue #5 work
4 years ago
Steven Massey fb70fab0f9 issue #5 work
4 years ago
Steven Massey 314fe09b05 not much
4 years ago
Steven Massey f8329bb3bd issue #5 prep
4 years ago
Steven Massey 5711c2ab4b added 32-bit slot differentiated GetGlobal & Const operations (for issue #5)
4 years ago
Steven Massey 031c21f496 Fixed maxStackSlots. MoveStackTopToRegister bug fix.
4 years ago
Steven Massey fea9c9907f debug assert fixes + cleanup
4 years ago
Steven Massey 28750e0ec3 error handling fix
4 years ago
Steven Massey e8e4c079a4 Merge branch 'master' of https://github.com/wasm3/wasm3
4 years ago
Steven Massey 58961e337b refactoring for issue #5
4 years ago
Xingwei Zhu f839c72d6b
bug fix #104
4 years ago
Steven Massey f209be8663 windows fix attempt
4 years ago
Steven Massey c7d4450520 changed extern "C" wrapper to a define to avoid screwing with IDE auto-indent
4 years ago