Go to file
Max Desiatov 3d714964e6
Update README.md
2020-04-10 10:42:50 +01:00
.github Create FUNDING.yml 2019-11-07 18:36:36 +00:00
Example Add TextView host component (#76) 2019-03-29 11:25:38 +02:00
Sources Add Binding property wrapper, remove unused code (#106) 2020-04-07 15:26:42 +01:00
Tests Add Binding property wrapper, remove unused code (#106) 2020-04-07 15:26:42 +01:00
Tokamak.xcodeproj Add TokamakLogger (#104) 2019-06-04 16:52:58 +03:00
tokamak.dev Add TokamakLogger (#104) 2019-06-04 16:52:58 +03:00
.editorconfig Link statically in example Podfile, add .editorconfig 2019-01-02 09:07:05 +00:00
.gitignore Add Binding property wrapper, remove unused code (#106) 2020-04-07 15:26:42 +01:00
.hound.yml Add CollectionView (#59) 2019-03-08 19:02:08 +02:00
.pre-commit-config.yaml Add Binding property wrapper, remove unused code (#106) 2020-04-07 15:26:42 +01:00
.swiftformat Refine .swiftformat 2019-02-15 12:44:27 +00:00
.swiftlint.yml Add build jobs/stages to .travis.yml (#80) 2019-04-01 09:44:20 +01:00
Brewfile Add Binding property wrapper, remove unused code (#106) 2020-04-07 15:26:42 +01:00
CHANGELOG.md Update CHANGELOG 2019-03-18 13:22:39 +00:00
CODE_OF_CONDUCT.md Update links and emails for tokamak.dev domain 2019-03-12 11:44:35 +00:00
LICENSE Change LICENSE to Apache 2.0 2018-12-01 20:47:31 +00:00
Package.swift Add Binding property wrapper, remove unused code (#106) 2020-04-07 15:26:42 +01:00
README.md Update README.md 2020-04-10 10:42:50 +01:00
Reference.swiftinterface Add Binding property wrapper, remove unused code (#106) 2020-04-07 15:26:42 +01:00
azure-pipelines.yml Add Binding property wrapper, remove unused code (#106) 2020-04-07 15:26:42 +01:00
codecov.sh Migrate from travis to azure (#96) 2019-05-18 21:56:28 +03:00
codecov.yml Add xcodebuild exit status to travis (#93) 2019-05-14 15:00:26 +03:00
lint.sh Add Binding property wrapper, remove unused code (#106) 2020-04-07 15:26:42 +01:00
test.sh Add Binding property wrapper, remove unused code (#106) 2020-04-07 15:26:42 +01:00

README.md

Tokamak

SwiftUI-compatible framework for building browser apps with WebAssembly

Build Status Coverage

Important: SwiftUI compatibility

Current Tokamak API was designed and built at the end of 2018, months before SwiftUI was announced. Thus, the short-term goal of Tokamak is to make the API more compatible with SwiftUI. All contributions that help us in achieving this goal are much appreciated. You can consider the current Tokamak API as deprecated, but still usable for research and experimentation purposes.

Acknowledgments

Contributing

This project adheres to the Contributor Covenant Code of Conduct. By participating, you are expected to uphold this code. Please report unacceptable behavior to conduct@tokamak.dev.

Maintainers

Max Desiatov

License

Tokamak is available under the Apache 2.0 license. See the LICENSE file for more info.