wasm-micro-runtime/core/iwasm
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
..
aot Change is_shared_memory type from bool to uint8 (#2800) 2023-11-22 10:38:08 +08:00
common Fix configurable bounds checks typo (#2809) 2023-11-21 17:32:45 +08:00
compilation aot compiler: Fix handle next reachable if block (#2793) 2023-11-20 17:14:10 +08:00
doc Add architecture diagram for wasm globals and classic-interp stack frame (#2058) 2023-03-25 09:39:20 +08:00
fast-jit Fix data/elem drop (#2747) 2023-11-18 08:50:16 +08:00
include Merge branch main into dev/wasi-libc-windows 2023-11-09 10:13:59 +08:00
interpreter Change is_shared_memory type from bool to uint8 (#2800) 2023-11-22 10:38:08 +08:00
libraries Attestation: Free JSON from the Wasm module heap (#2803) 2023-11-22 10:48:14 +08:00
README.md Add architecture diagram for wasm globals and classic-interp stack frame (#2058) 2023-03-25 09:39:20 +08:00