samples/terminate: Add a sample to demonstrate wasm_runtime_terminate (#3043)

This is basically a modified copy of the "shared-module" example.
This commit is contained in:
YAMAMOTO Takashi
2024-01-18 16:01:03 +09:00
committed by GitHub
parent d13a54f860
commit b97370e3a8
10 changed files with 391 additions and 0 deletions

View File

@ -0,0 +1,4 @@
The "terminate" sample project
==============================
This sample demonstrates wasm_runtime_terminate API.