-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
memory check #1911
memory check #1911
Conversation
Signed-off-by: turuslan <turuslan.devbox@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Merging this PR will automatically close the referenced issue. Could you please create a separate issue for remaining TODOs?
No, it won't, because there are no keywords like |
Signed-off-by: turuslan <turuslan.devbox@gmail.com>
Signed-off-by: turuslan <turuslan.devbox@gmail.com> # Conflicts: # core/runtime/common/memory_allocator.hpp # core/runtime/wasm_edge/module_factory_impl.hpp
Signed-off-by: turuslan <turuslan.devbox@gmail.com>
Signed-off-by: turuslan <turuslan.devbox@gmail.com> # Conflicts: # core/runtime/wasm_edge/CMakeLists.txt
Signed-off-by: turuslan <turuslan.devbox@gmail.com>
Referenced issues
Description of the Change
assert
andBOOST_ASSERT
don't work.SpanAdl
for comparing (<
,==
,<=>
, ...)std::span
.Benefits
Possible Drawbacks