wasm-micro-runtime/core
Jämes Ménétrey f9e8b9535e
Attestation: Free JSON from the Wasm module heap (#2803)
The JSON evidence is allocated on the module instance heap, but no API
was given to dispose of this memory buffer. The sample mentions using
the function free, which behaves differently depending on the
execution context.

This fix provides a new function called librats_dispose_evidence_json,
enabling freeing the JSON evidence directly from the Wasm app.
2023-11-22 10:48:14 +08:00
..
app-framework Readme refactoring (#2038) 2023-03-19 08:05:57 +08:00
app-mgr Fix broken links in app-mgr README.md (#2786) 2023-11-20 10:04:45 +08:00
deps wasi-nn: Simplify cmake and headers' location (#2308) 2023-06-26 09:29:05 +08:00
iwasm Attestation: Free JSON from the Wasm module heap (#2803) 2023-11-22 10:48:14 +08:00
shared Refine atomic operation flags in bh_atomic.h (#2780) 2023-11-18 08:59:58 +08:00
config.h Fix comment in WAMR_MEM_DUAL_BUS_MIRROR (#2791) 2023-11-20 10:25:00 +08:00
version.h Update version number and release notes (#2378) 2023-08-22 08:55:36 +08:00