Commit Graph

35 Commits

Author SHA1 Message Date
Max Desiatov 9e4c683fcb
Warn against Xcode 12 betas in `README.md` (#66)
This should somewhat alleviate the beta 3 issues reported here: https://github.com/swiftwasm/carton/issues/65
2020-07-24 11:29:06 +01:00
Max Desiatov 3d57f175f6
Remove outdated destination file documentation
Destination files are no longer needed for linking with Foundation.
2020-07-21 22:42:07 +01:00
Alex Tran Qui c07aad6fa2
Add a --release flag to the carton dev command (#19)
* Add a new option to the dev command to allow the passing of a destination.json file to the swift build command.

* Add missing link for destination.json spec

* adjust format

* Add a --release flag to the carton dev command

* fix typos

* remove extra line in README.md
2020-07-02 13:49:46 +01:00
Max Desiatov fe9bb37203
Clarify carton/swiftenv installations for destination.json 2020-07-02 12:04:08 +01:00
Alex Tran Qui 7fb12fd24d
Add --destination option to the `carton dev` command (#18)
- this add an optional flag to the `dev` command from `carton` to enable passing a `destination.json` file to the `swift build` call
- this requires that the toolchain referenced in the `destination.json` file is consistent with the one used by the `carton` process.
- it enables the importing of the `Foundation` module amongst others when running `carton dev`
2020-07-02 11:38:05 +01:00
Max Desiatov 8f26859497
Remove SDK installation from the "Roadmap" section 2020-06-26 21:47:30 +01:00
Max Desiatov 0143300d33
Refine "Motivation" section in README.md 2020-06-26 17:46:42 +01:00
Max Desiatov d9eec757f5
Update homebrew instructions in README.md 2020-06-26 15:53:46 +01:00
Max Desiatov c92dab84e7
Add version 0.2.0 to CHANGELOG.md
Resolve #3.
Close #9.
2020-06-26 15:40:55 +01:00
Max Desiatov 934fa831b1
Fix SwiftWasm book link in README.md 2020-06-23 13:56:13 +01:00
Trevör 247a568ee9
Update WASI link in README.md (#8)
Update with a correct link to WASI, for some browsers at least the current URL cannot be opened.
2020-06-21 20:35:42 +01:00
Max Desiatov e5b9e8657a
Clarify JavaScriptKit dependency in README.md 2020-06-21 10:59:03 +01:00
Max Desiatov 7b7643eeaa
Clarify "How does it work?" section in README.md 2020-06-20 20:04:14 +01:00
Max Desiatov b4da2ee593
Add "Motivation", "How does it work?" and "Roadmap" sections 2020-06-19 20:21:07 +01:00
Max Desiatov 8e50e18d8b
Link to the WASI website in README.md 2020-06-18 17:52:08 +01:00
Max Desiatov 85720963f6
Update README.md 2020-06-18 00:15:53 +01:00
Max Desiatov 0695689d3d
Implement basic test command 2020-06-13 22:51:53 +01:00
Max Desiatov 3a0c68ed88
Refine toolchain paragraph wording in README.md 2020-06-09 22:45:28 +01:00
Max Desiatov 9cc0eb4101
Mention that both SwiftWasm and host toolchain are required. 2020-06-09 22:44:25 +01:00
Max Desiatov 3502ebc1ab
Update README.md 2020-06-09 11:44:51 +01:00
Max Desiatov cef7387bd5
Refine macOS requirements in README.md 2020-06-09 11:33:19 +01:00
Max Desiatov 1bc667796b
Add requirements and installation instructions 2020-06-09 11:28:37 +01:00
Max Desiatov 6fe375f307
Refine heading in README.md 2020-06-09 09:48:29 +01:00
Max Desiatov 5604049554
Update `carton dev` development status in README.md 2020-06-08 22:01:40 +01:00
Max Desiatov 1e0f05305b
Indicate feature development status in README.md 2020-06-08 21:17:27 +01:00
Max Desiatov ad02a33384
Mark `carton dev` command as available in README.md 2020-06-08 20:43:15 +01:00
Max Desiatov 28a0658269
Rename `carton dist` to `carton bundle` in README 2020-06-08 11:50:38 +01:00
Max Desiatov a0c8654bb5
Refine wording in README.md 2020-06-05 23:33:15 +01:00
Max Desiatov 3dbf8f9d5e
Update README.md 2020-06-05 23:31:48 +01:00
Max Desiatov 3beb6b40a4
Add "Contributing" sections to README.md 2020-06-05 23:07:18 +01:00
Max Desiatov 12bc3af1a7
Clarify the development roadmap in README.md 2020-06-04 10:46:56 +01:00
Max Desiatov e815da98c1
Update README.md 2020-06-03 22:52:14 +01:00
Max Desiatov b46b1c57c4
Update README.md 2020-06-03 21:42:44 +01:00
Max Desiatov f1b4e358fe
Update README.md 2020-06-03 21:41:21 +01:00
Max Desiatov e62d8aeda9
Add empty package with basic dependencies 2020-05-04 18:00:18 +01:00