Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kateinoigakukun/wasmic-ios
Wasmic allows you to run WebAssembly in a safe way on iOS.
https://github.com/kateinoigakukun/wasmic-ios
Last synced: 17 days ago
JSON representation
Wasmic allows you to run WebAssembly in a safe way on iOS.
- Host: GitHub
- URL: https://github.com/kateinoigakukun/wasmic-ios
- Owner: kateinoigakukun
- License: apache-2.0
- Created: 2021-04-11T00:50:22.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-11T06:32:04.000Z (almost 3 years ago)
- Last Synced: 2024-10-11T12:24:27.575Z (about 1 month ago)
- Language: Swift
- Homepage:
- Size: 479 KB
- Stars: 65
- Watchers: 4
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# wasmic-ios
## Bootstrap
```
$ git clone https://github.com/kateinoigakukun/wasmic-ios.git
$ git -c submodule."fastlane".update=none submodule update --init --recursive
$ ./third-party/build-script.sh
```