文件名称:SwiftyWasmer:Wasmer WebAssembly 运行时的 Swift API
文件大小:36KB
文件格式:ZIP
更新时间:2024-06-17 23:56:31
Swift
SwiftyWasmer 用于 运行时的 Swift API。 SwiftyWasmer 为 Swift 编程语言打包了 ,即它为CWasmer系统库提供了一个适当的模块映射,以及一个为Wasmer提供了一个很好的 Swift 风格 API 的Wasmer模块。 注意:这是用于从 Swift 主机程序中嵌入/运行 (Wasm) 模块。 这与将 Swift 编译为 WebAssembly( 做出了努力)。 它是什么样子的? 像这样: import Wasmer // Just load a file into memory let wasmFile = URL ( fileURLWithPath : " sum.wasm " ) let wasmData = try Data ( contentsOf : wasmFile) // Compile the Data into a
【文件预览】:
SwiftyWasmer-develop
----Sources()
--------Wasmer()
--------swasi-run()
--------CWasmer()
----Package.swift(529B)
----.gitignore(72B)
----README.md(3KB)