Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/swiftwasm/carton

📦 Watcher, bundler, and test runner for your SwiftWasm apps
https://github.com/swiftwasm/carton

use Ubuntu 22.04 artifact on Ubuntu 24.04

tayloraswift opened this pull request 10 days ago
Use vite as dev server instead of built-in one

kateinoigakukun opened this pull request about 2 months ago
Offload dev-server feature to JS ecosystem

kateinoigakukun opened this issue about 2 months ago
Remove unused ProcessOutputParser type

kateinoigakukun opened this pull request about 2 months ago
Use real http server for browser testing

kateinoigakukun opened this pull request 2 months ago
Fix test output parser to be incremental and show failed tests

kateinoigakukun opened this pull request 2 months ago
Save `default.profraw` after test completed

kateinoigakukun opened this pull request 3 months ago
Get rid of dev-server dependency from test runner

kateinoigakukun opened this pull request 3 months ago
Get rid of CartonHelpers dependency from carton driver

kateinoigakukun opened this pull request 3 months ago
Add `-Xnode` option to `carton test`

kateinoigakukun opened this pull request 3 months ago
Expose `instantiate` API from bundled package

kateinoigakukun opened this pull request 3 months ago
Move `bundle` command to a separate slimmed-down frontend

kateinoigakukun opened this pull request 3 months ago
Update default toolchain for 6.0 channel

kateinoigakukun opened this pull request 3 months ago
Remove swift-log dependency

kateinoigakukun opened this pull request 3 months ago
Invalid manifest on 'warmtransformer' building a carton project

k0pernicus opened this issue 4 months ago
Inherit all env-var from host and add `--env` option to `carton-test`

kateinoigakukun opened this pull request 5 months ago
`carton test` should have a way to add environment variables

kateinoigakukun opened this issue 5 months ago
Fix some typos

Sajjon opened this pull request 6 months ago
Not possible to write multi-line errors to console

stephencelis opened this issue 6 months ago
Percent decode the URI for the static resource requests

kateinoigakukun opened this pull request 7 months ago
Put `--dir` wasmtime option before the test file path

kateinoigakukun opened this pull request 8 months ago
Unable to Compile CommandWebDriverService.swift

austintatiousness opened this issue 8 months ago
Remove the workaround for the linker issue in Swift 6.0

kateinoigakukun opened this pull request 8 months ago
Newline after command-line logging output

kateinoigakukun opened this pull request 8 months ago
Add shared memory support to entrypoint scripts

kateinoigakukun opened this pull request 8 months ago
Fix Node.js test harness to output stdout/stderr

kateinoigakukun opened this pull request 8 months ago
Apply runtime library workaround for snapshot toolchains on macOS

omochi opened this pull request 8 months ago
Add Swift 6.0 CI for building carton for macOS

omochi opened this pull request 8 months ago
Add Swift 6.0 CI for Linux

omochi opened this pull request 8 months ago
Adaptive default toolchain version based on Swift version on builder

omochi opened this pull request 8 months ago
Skip hot-reloading if build fails

omochi opened this pull request 8 months ago
Verify if tests communicate with just spawned dev server

omochi opened this pull request 8 months ago
Add `-Xwasm-opt` option to `bundle` subcommand

kateinoigakukun opened this pull request 8 months ago
Update default toolchain version to 5.10.0

kateinoigakukun opened this pull request 8 months ago
Add --bind to specify serving address with relaxed default (0.0.0.0)

omochi opened this pull request 8 months ago
Check the output of wasm in dev subcommand test

omochi opened this pull request 8 months ago
Show stdout/stderr from Wasm in terminal

omochi opened this pull request 8 months ago
Add granular configuration for retrying wait time in test

omochi opened this pull request 8 months ago
Remove test utility `ls`

omochi opened this pull request 9 months ago
Cleanup unnecessary test utilities

omochi opened this pull request 9 months ago
Revert "Skips browser testing due to freezing"

kateinoigakukun opened this pull request 9 months ago
Add unit test for dev server

omochi opened this pull request 9 months ago
Fix dev server to serve entrypoint file

kateinoigakukun opened this pull request 9 months ago
Rename `createWSHandler` -> `createWebSocketTextHandler`

omochi opened this pull request 9 months ago
Fix bugs in `Process.checkRun` of CartonDriver

omochi opened this pull request 9 months ago
Suppress internal deprecation warnings of TSC.Process

omochi opened this pull request 9 months ago
Stream command outputs while capturing them for testing

omochi opened this pull request 9 months ago
Import upstream changes of `TSC.Process`

omochi opened this pull request 9 months ago
Move carton command implementation into CartonDriver module

omochi opened this pull request 9 months ago
Bug fix on makeTemporaryFile

omochi opened this pull request 9 months ago
Stop defining test utilities under XCTest

omochi opened this pull request 9 months ago
Add macOS + Swift 5.10 CI job

omochi opened this pull request 9 months ago
CIのLinux環境にSwift 5.10を追加する

omochi opened this pull request 9 months ago
CIのSwiftバージョンを5.9.2に引き上げる

omochi opened this pull request 9 months ago
Disable browser tests that freeze for now

omochi opened this pull request 9 months ago
Remove label checking from CI

omochi opened this pull request 9 months ago
[DNM] CIが停止してしまう問題を調査する

omochi opened this pull request 9 months ago
Stop adding wrong `Sendable` conformance to `ChannelHandlerContext`

omochi opened this pull request 9 months ago
Fix README of CartonPluginShared

omochi opened this pull request 9 months ago
Stop using container on CI and install directly from the tarball

omochi opened this pull request 9 months ago
Rename and split `Application.swift`

omochi opened this pull request 9 months ago
Correct the indentation of index.html

omochi opened this pull request 9 months ago
Authenticate when using GitHub API to download toolchains

omochi opened this pull request 9 months ago
Remove unnecessary imports and lets of `HashArchive.swift`

omochi opened this pull request 9 months ago
Stop creating `.carton` directories on CI

omochi opened this pull request 9 months ago
Fix an issue in the env-var option of `CartonHelpers.Process`

omochi opened this pull request 9 months ago
Generalize `findSwiftExecutable` into `findExecutable`

omochi opened this pull request 9 months ago
Log `ToolchainError` with response contents

omochi opened this pull request 9 months ago
dev server のコンテンツ配送の挙動を自動テストする

omochi opened this pull request 9 months ago
`carton test` runs twice?

Cbannon35 opened this issue 9 months ago
Stop writing static files in ~/.carton/static

kateinoigakukun opened this pull request 9 months ago
Follow-up fix for latest main XCTest

kateinoigakukun opened this pull request 10 months ago
Use `@bjorn3/browser_wasi_shim` as WASI implementation

kateinoigakukun opened this pull request 10 months ago
TypeScript-ify entrypoint scripts

omochi opened this pull request 10 months ago
Stop using the setup-swift action

kateinoigakukun opened this pull request 10 months ago
Fix test harness for the latest main XCTest

kateinoigakukun opened this pull request 10 months ago
Support more MIME types in `dev` server

kateinoigakukun opened this pull request 10 months ago
Hotfix 1.0.1

kateinoigakukun opened this pull request 11 months ago
Default toolchain version bump to 5.9.2

kateinoigakukun opened this pull request 11 months ago
Minimum Swift 6 Support

kateinoigakukun opened this pull request 11 months ago
SwiftPM Plugin bugfixes

kateinoigakukun opened this pull request 11 months ago
Version 1.0.0: SwiftPM Plugin Support

kateinoigakukun opened this pull request 11 months ago
wasm-5.9.1-release Compile error

bestwnh opened this issue about 1 year ago
`carton dev` does not work with hot reload (on Ubuntu 22)

felixf4xu opened this issue about 1 year ago
Update default toolchain version to 5.9.1

kateinoigakukun opened this pull request about 1 year ago
Stop bothering WASI apps including unimplemented syscalls

kateinoigakukun opened this pull request about 1 year ago
Missing `swift`- prefix from SDKs

svanimpe opened this issue over 1 year ago
Add 5.9 support

STREGA opened this pull request over 1 year ago
Attempt to keep legacy language support

STREGA opened this pull request over 1 year ago