217
社区成员




WasmEdge 0.10.1 发布,本版本增加了 wasi-nn 与 wasi-crypto 等 WebAssembly 提案,优化了 C API 与 macOS 开发者的开发体验。
新增 feature:
cmake
中添加 -DWASMEDGE_PLUGIN_WASI_NN_BACKEND="OpenVINO"
。cmake
中添加-DWASMEDGE_PLUGIN_WASI_CRYPTO=ON
。-DWASMEDGE_BUILD_STATIC_LIB=On
和 -DWASMEDGE_BUILD_STATIC_TOOLS=On
来构建独立的 WasmEdge CLI 工具。WasmEdge_VMContext
的组件。WasmEdge_VMGetLoaderContext
API,用于在 VM 中检索 WasmEdge_LoaderContext
。WasmEdge_VMGetValidatorContext
API,用于在 VM 中检索 WasmEdge_ValidatorContext
。WasmEdge_VMGetExecutorContext
API,用于在 VM 中检索 WasmEdge_ExecutorContext
。WasmEdge_Driver_Compiler
API 来触发 WasmEdge AOT 编译工具。WasmEdge_Driver_Tool
API 来触发 WasmEdge runtime 工具。threads
提案。WasmEdge_Proposal_Threads
。--enable-threads
在 wasmedge
和 wasmedgec
工具中启用提案。macho
。已修复的问题
.wasm
作为AOT编译器的通用 WASM 格式输出来开启AOT模式。更多详情请点击 WasmEdge 0.10.1 changelog