Skip to content

Releases: swiftwasm/carton

0.1.0

16 Jun 19:57
da260b2
Compare
Choose a tag to compare
0.1.0 Pre-release
Pre-release

Since SwiftPM doesn't always build an executable target even if one is present without an explicit --product flag, the dev command now requires the presence of an executable target in your Package.swift. Use the new --product flag instead of --target to disambiguate between multiple executable targets.

0.0.5

16 Jun 18:17
0923fa3
Compare
Choose a tag to compare
0.0.5 Pre-release
Pre-release

Pass --target flag to swift build when running the dev command.

0.0.4

16 Jun 16:39
fb58818
Compare
Choose a tag to compare
0.0.4 Pre-release
Pre-release

Fix index page body served by HTTP when running the dev command.

0.0.3

09 Jun 10:05
2a6ccbf
Compare
Choose a tag to compare
0.0.3 Pre-release
Pre-release

Fix expected polyfill hashes and a fatal error triggered when hashes didn't match.

0.0.2

09 Jun 09:41
f6bd463
Compare
Choose a tag to compare
0.0.2 Pre-release
Pre-release

Fix watching and reloading, allow multiple WebSocket connections in the watcher code. The latter allows multiple browser windows to stay open and get reloaded simultaneously.

0.0.1

05 Jun 21:48
e0f5df6
Compare
Choose a tag to compare
0.0.1 Pre-release
Pre-release

First preview release, only a basic dev command is implemented.