This repository has been archived on 2023-11-05. You can view files and clone it, but cannot push or open issues or pull requests.
wasm-micro-runtime/samples
Wenyong Huang 260d36a62d
Refactor externref related APIs of reference types feature (#971)
Currently when calling wasm_runtime_call_wasm() to invoke wasm function
with externref type argument from runtime embedder, developer needs to
use wasm_externref_obj2ref() to convert externref obj into an internal ref
index firstly, which is not convenient to developer.
To align with GC feature in which all the references passed to
wasm_runtime_call_wasm() can be object pointers directly, we change the
interface of wasm_runtime_call_wasm() to allow to pass object pointer
directly for the externref argument, and refactor the related codes, update
the related samples and the document.
2022-01-19 11:25:08 +08:00
..
basic Fix aarch64 build support (#946) 2022-01-11 14:08:21 +08:00
gui Fix sample gui compile error (#845) 2021-11-23 17:19:28 +08:00
littlevgl Apply clang format for samples files (#833) 2021-11-15 12:48:35 +08:00
multi-module Fix wasi checks in multi-module CMakelists (#951) 2022-01-13 10:41:02 +08:00
multi-thread Fix aarch64 build support (#946) 2022-01-11 14:08:21 +08:00
ref-types Refactor externref related APIs of reference types feature (#971) 2022-01-19 11:25:08 +08:00
simple Fix sensor framework timer issue and update sensor sample (#917) 2021-12-28 08:44:19 +08:00
spawn-thread Fix aarch64 build support (#946) 2022-01-11 14:08:21 +08:00
wasm-c-api Refactor externref related APIs of reference types feature (#971) 2022-01-19 11:25:08 +08:00
workload Specify a commit ID for XNNPACK workload (#966) 2022-01-18 14:35:35 +08:00