Wasi-crypto 和 wasi-nn 就是其中的两个。 在Sonder-joker 看来,Wasi-crypto 可以帮助硬件加速和系统级机密隔离。WebAssembly 代码可以使用 Wasi-crypto 来执行加密操作,同时保留 WebAssembly 的沙箱特性。例如,用户可以通过wasi-crypto 实现...
为了在 WasmEdge 中实现 wasi-crypto,我反复阅读了很多次规范。在此过程中,我发现了 wasi-crypto 规范中的一些问题,包括typo、示例和规范不一致的一些地方以及一些标准未覆盖的地方。 所以我在 wasi-crypto 创建了一些 issue 与社区沟通,而对于已经确定的问题,我会通过 pull request 来修复它们。在这个过程中,我收...
WasmEdge[1] 0.10.1 发布,本版本增加了 wasi-nn 与 wasi-crypto 等 WebAssembly 提案,优化了 C API 与 macOS 开发者的开发体验。 伴随着 WasmEdge 0.10.1 的发布,WasmEde Rust SDK 也将在明天迎来新版本,敬请期待! 全新feature: 以plugin 的方式在 Ubuntu 20.04 x86_64 上支持带有 OpenVINO 后端的 WASI-...
wasi-crypto 等 webassembly 提案,优化了 c api 与 macos 开发者的开发体验。 伴随着 wasmedge 0.10.1 的发布,wasmede rust sdk 也将在明天迎来新版本,敬请期待!全新feature:以plugin 的方式在 ubuntu 20.04 x86_64 上支持带有 openvino ...
WasmEdge 0.10.1 版本正式发布,此版本新增了 wasi-nn 和 wasi-crypto 等 WebAssembly 提案,旨在进一步增强平台功能。同时,优化了 C API 与 macOS 开发者的工作体验,旨在提高整体开发效率。此外,WasmEdge Rust SDK 也即将迎来全新版本,更多更新细节敬请期待。在功能改进方面,此版本针对已修复的问题...
I'm using the following dependency version here. Since the dependency is optional and controlled by ENV(Disable by default on macOS platform), the Package.resolved does not contains a fix version of swift-crypto. So the WASI build (enabled swift-crypto dependency) will fetched the latest3.9.0...
为了在 WasmEdge 中实现 wasi-crypto,我反复阅读了很多次规范。在此过程中,我发现了 wasi-crypto 规范中的一些问题,包括typo、示例和规范不一致的一些地方以及一些标准未覆盖的地方。 所以我在 wasi-crypto 创建了一些 issue 与社区沟通,而对于已经确定的问题,我会通过 pull request 来修复它们。在这个过程中,我收...