A WebAssembly runtime written in Swift. Originally developed and maintained by @akkyie.
🚧 Highly experimental. Do not expect to work.
Usage
Command Line Tool
$ swift build # or prefix `swift run` before the command below
$ # Usage: wakit run <path> <functionName> [<arguments>] ...
$ wakit run Examples/wasm/fib.wasm fib i32:10
[I32(89)]
WAKit
A WebAssembly runtime written in Swift. Originally developed and maintained by @akkyie.
🚧 Highly experimental. Do not expect to work.
Usage
Command Line Tool
As a Library
Swift Package Manager
Development
To run the core spec test suite run this: