Swiftpack.co - Swift Packages by swiftwasm

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.

Packages published by swiftwasm

swiftwasm/JavaScriptKit 0.19.2
Swift framework to interact with JavaScript through WebAssembly.
⭐️ 609
πŸ•“ 2 weeks ago
πŸ”– Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
0.19.2
2 weeks ago
## What's Changed * [CI] macos-14 by @ikesyo in https://github.com/swiftwasm/JavaScriptKit/pull/233 * [CI] Drop macos-11 since that is deprecated and will be removed in Q2 2024 by @ikesyo in https://github.com/swiftwasm/JavaScriptKit/pull/234 * Update swift-tools-version to reflect the supported Swift versions by @ikesyo in https://github.com/swiftwasm/JavaScriptKit/pull/235 * [CI] Update actions and configure Dependabot by @ikesyo in https://github.com/swiftwasm/JavaScriptKit/pull/236 * Fix Optional implementation for ConstructibleFromJSValue by @omochi in https://github.com/swiftwasm/JavaScriptKit/pull/238 * Inherit JSFunction from JSClosure by @kateinoigakukun in https://github.com/swiftwasm/JavaScriptKit/pull/239 * Fix object decode by @omochi in https://github.com/swiftwasm/JavaScriptKit/pull/241 ## New Contributors * @ikesyo made their first contribution in https://github.com/swiftwasm/JavaScriptKit/pull/233 * @omochi made their first contribution in https://github.com/swiftwasm/JavaScriptKit/pull/238 **Full Changelog**: https://github.com/swiftwasm/JavaScriptKit/compare/0.19.1...0.19.2
0.19.1
11 weeks ago
## What's Changed * Fix availability marker for Swift 5.9 compiler targeting host machine by @kateinoigakukun in https://github.com/swiftwasm/JavaScriptKit/pull/232 **Full Changelog**: https://github.com/swiftwasm/JavaScriptKit/compare/0.19.0...0.19.1
0.19.0
14 weeks ago
## What's Changed * Update 5.7 patch version by @kateinoigakukun in https://github.com/swiftwasm/JavaScriptKit/pull/226 * Add 5.8 toolchain matrix by @kateinoigakukun in https://github.com/swiftwasm/JavaScriptKit/pull/227 * Fix warnings Aug 5, 2023 by @STREGA in https://github.com/swiftwasm/JavaScriptKit/pull/228 * Swift 5.9 Changes by @STREGA in https://github.com/swiftwasm/JavaScriptKit/pull/229 ## New Contributors * @STREGA made their first contribution in https://github.com/swiftwasm/JavaScriptKit/pull/228 **Full Changelog**: https://github.com/swiftwasm/JavaScriptKit/compare/0.18.0...0.19.0
0.18.0
1 year ago
## What's Changed * Use swiftwasm/setup-swiftwasm instead of swiftenv on CI by @kateinoigakukun in https://github.com/swiftwasm/JavaScriptKit/pull/215 * Support Clock-based sleep APIs by @kateinoigakukun in https://github.com/swiftwasm/JavaScriptKit/pull/216 * Prefer `UInt(bitPattern:)` for object id to guarantee uniqueness by @kateinoigakukun in https://github.com/swiftwasm/JavaScriptKit/pull/219 * Fix wrong markdown in documentation by @gibachan in https://github.com/swiftwasm/JavaScriptKit/pull/221 * Add `withUnsafeBytesAsync` function to `JSTypedArray` by @fjtrujy in https://github.com/swiftwasm/JavaScriptKit/pull/222 * Trivial fixes to JSTypedArray by @kateinoigakukun in https://github.com/swiftwasm/JavaScriptKit/pull/223 ## New Contributors * @gibachan made their first contribution in https://github.com/swiftwasm/JavaScriptKit/pull/221 * @fjtrujy made their first contribution in https://github.com/swiftwasm/JavaScriptKit/pull/222 **Full Changelog**: https://github.com/swiftwasm/JavaScriptKit/compare/0.17.0...0.18.0
0.17.0
1 year ago
## What's Changed * Bump @actions/core from 1.2.6 to 1.9.1 in /ci/perf-tester by @dependabot in https://github.com/swiftwasm/JavaScriptKit/pull/209 * Remove baseline tests (e.g. β€œCall JavaScript function directly”) from comparison by @j-f1 in https://github.com/swiftwasm/JavaScriptKit/pull/211 * Add 5.7 toolchain matrix by @kateinoigakukun in https://github.com/swiftwasm/JavaScriptKit/pull/210 * Add JavaScriptEventLoopTestSupport module to install executor by @kateinoigakukun in https://github.com/swiftwasm/JavaScriptKit/pull/213 * Expose `JavaScriptEventLoop.queueMicrotask` and `.setTimeout` by @kateinoigakukun in https://github.com/swiftwasm/JavaScriptKit/pull/214 **Full Changelog**: https://github.com/swiftwasm/JavaScriptKit/compare/0.16.0...0.17.0
0.16.0
1 year ago
This release contains significant performance improvements, API enhancements for `JSPromise` / `JSBigInt` / `JSClosure`, and documentation improvements. **Merged pull requests:** - Runtime Performance Optimization ([#207](https://github.com/swiftwasm/JavaScriptKit/pull/207)) via [@kateinoigakukun](https://github.com/kateinoigakukun) - Add missing doc comments for more types ([#208](https://github.com/swiftwasm/JavaScriptKit/pull/208)) via [@MaxDesiatov](https://github.com/MaxDesiatov) - Add Int64/UInt64 to Bigint slow conversion ([#204](https://github.com/swiftwasm/JavaScriptKit/pull/204)) via [@kateinoigakukun](https://github.com/kateinoigakukun) - Test native builds with Xcode 14.0 ([#206](https://github.com/swiftwasm/JavaScriptKit/pull/206)) via [@MaxDesiatov](https://github.com/MaxDesiatov) - Support DocC generation in Swift Package Index ([#205](https://github.com/swiftwasm/JavaScriptKit/pull/205)) via [@MaxDesiatov](https://github.com/MaxDesiatov) - Refine benchmark suite ([#203](https://github.com/swiftwasm/JavaScriptKit/pull/203)) via [@kateinoigakukun](https://github.com/kateinoigakukun) - Add diagnostics for those who build with WASI command line ABI ([#202](https://github.com/swiftwasm/JavaScriptKit/pull/202)) via [@kateinoigakukun](https://github.com/kateinoigakukun) - Bump terser from 5.10.0 to 5.14.2 in /Example ([#201](https://github.com/swiftwasm/JavaScriptKit/pull/201)) via [@dependabot[bot]](https://github.com/dependabot[bot]) - Test with uwasi implementation ([#198](https://github.com/swiftwasm/JavaScriptKit/pull/198)) via [@kateinoigakukun](https://github.com/kateinoigakukun) - Add async JSPromise.result property ([#200](https://github.com/swiftwasm/JavaScriptKit/pull/200)) via [@kateinoigakukun](https://github.com/kateinoigakukun) - Asynchronous calls in JSClosure ([#157](https://github.com/swiftwasm/JavaScriptKit/issues/157)) via [@j-f1](https://github.com/j-f1) - JSPromise(resolver:) usage ([#156](https://github.com/swiftwasm/JavaScriptKit/issues/156)) via [@j-f1](https://github.com/j-f1)
0.15.0
1 year ago
This is a major release that adds new features and fixes issues. Specifically: * `BigInt` and `BigInt`-based `JSTypedArray` types are now supported. Now, when passing `Int64` values from Swift, they will be mapped to `BigInt` values on the JavaScript side. * The `constructor` property on `JSBridgedClass` is now an `Optional`, which allows bridging JavaScript classes that aren't available in every browser or environment. * JavaScriptKit runtime files are now supplied as SwiftPM resources. This allows us to resolve a long-standing issue in `carton` that could lead to a version mismatch between JavaScriptKit dependency in `Package.swift` or `Package.resolved` and carton’s bundled JavaScriptKit runtime version. * The `JSSymbol` type has been added, enabling support for [JavaScript `Symbol` values](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Symbol), including accessing `Symbol`-keyed properties on objects. **Source breaking changes** `UInt64.jsValue` and `Int64.jsValue`, which are a part of `JavaScriptKit` module, have been moved into `JavaScriptBigIntSupport` module since their implementation changed to require [JS-BigInt-integration](https://github.com/WebAssembly/JS-BigInt-integration) to avoid implicit casts from 64-bit integer to JS number type. If you want to keep the behavior so far, please cast the 64-bit integer values to `Double`. **Merged pull requests:** - Improve JSKit diagnostics for use-after-free of JSClosure ([#195](https://github.com/swiftwasm/JavaScriptKit/pull/195)) via @kateinoigakukun - Gracefully handle unavailable `JSBridgedClass` ([#190](https://github.com/swiftwasm/JavaScriptKit/pull/190)) via @MaxDesiatov - Supply JSKit runtime in SwiftPM resources ([#193](https://github.com/swiftwasm/JavaScriptKit/pull/193)) via @MaxDesiatov - Test with Node.js's WASI implementation ([#192](https://github.com/swiftwasm/JavaScriptKit/pull/192)) via @kateinoigakukun - Add support for BigInts and BigInt-based TypedArrays ([#184](https://github.com/swiftwasm/JavaScriptKit/pull/184)) via @j-f1 - Update toolchain references to 5.6.0 in `README.md` ([#189](https://github.com/swiftwasm/JavaScriptKit/pull/189)) via @MaxDesiatov - Bump async from 2.6.3 to 2.6.4 in /Example ([#188](https://github.com/swiftwasm/JavaScriptKit/pull/188)) via @dependabot - Remove outdated `BigInt` support `FIXME` from `JSTypedArray` ([#187](https://github.com/swiftwasm/JavaScriptKit/pull/187)) via @MaxDesiatov - Cleanup & improvements to perf-tester ([#186](https://github.com/swiftwasm/JavaScriptKit/pull/186)) via @j-f1 - Re-add support for Symbol objects via JSSymbol ([#183](https://github.com/swiftwasm/JavaScriptKit/pull/183)) via @j-f1 - Fix JSValueDecoder ([#185](https://github.com/swiftwasm/JavaScriptKit/pull/185)) via @j-f1 - Fix deprecation warning in `JSFunction.swift` ([#182](https://github.com/swiftwasm/JavaScriptKit/pull/182)) via @MaxDesiatov
0.14.0
2 years ago
This is a breaking release that enables full support for SwiftWasm 5.6 and lays groundwork for future updates to [DOMKit](https://github.com/swiftwasm/DOMKit/). Specifically: - The `ConvertibleToJSValue` conformance on `Array` and `Dictionary` has been swapped from the `== ConvertibleToJSValue` case to the `: ConvertibleToJSValue` case. - This means that e.g. `[String]` is now `ConvertibleToJSValue`, but `[ConvertibleToJSValue]` no longer conforms; - the `jsValue()` method still works in both cases; - to adapt existing code, use one of these approaches: - use generics where possible (for single-type arrays) - call `.map { $0.jsValue() }` (or `mapValues`) to get an array/dictionary of `JSValue` which you can then use as `ConvertibleToJSValue` - add `.jsValue` to the end of all of the values in the array/dictionary literal. **Merged pull requests:** - Reenable integration tests ([#180](https://github.com/swiftwasm/JavaScriptKit/pull/180)) via [@kateinoigakukun](https://github.com/kateinoigakukun) - Updates for DOMKit ([#174](https://github.com/swiftwasm/JavaScriptKit/pull/174)) via [@j-f1](https://github.com/j-f1) - Add 5.6 release and macOS 12 with Xcode 13.3 to CI matrix ([#176](https://github.com/swiftwasm/JavaScriptKit/pull/176)) via [@MaxDesiatov](https://github.com/MaxDesiatov)
0.13.0
2 years ago
This release improves handling of JavaScript exceptions and compatibility with Xcode. Thanks to [@kateinoigakukun](https://github.com/kateinoigakukun), [@pedrovgs](https://github.com/pedrovgs), and [@valeriyvan](https://github.com/valeriyvan) for contributions! **Closed issues:** - UserAgent support? ([#169](https://github.com/swiftwasm/JavaScriptKit/issues/169)) - Compile error on macOS 12.2.1 ([#167](https://github.com/swiftwasm/JavaScriptKit/issues/167)) **Merged pull requests:** - Improve error messages when JS code throws exceptions ([#173](https://github.com/swiftwasm/JavaScriptKit/pull/173)) via @pedrovgs - Update npm dependencies ([#175](https://github.com/swiftwasm/JavaScriptKit/pull/175)) via @MaxDesiatov - Bump minimist from 1.2.5 to 1.2.6 in /Example ([#172](https://github.com/swiftwasm/JavaScriptKit/pull/172)) via @dependabot - Use availability guarded APIs under `@available` for Xcode development ([#171](https://github.com/swiftwasm/JavaScriptKit/pull/171)) via @kateinoigakukun - Fix warning in snippet ([#166](https://github.com/swiftwasm/JavaScriptKit/pull/166)) via @valeriyvan - Bump follow-redirects from 1.14.5 to 1.14.8 in /Example ([#165](https://github.com/swiftwasm/JavaScriptKit/pull/165)) via @dependabot
0.12.0
2 years ago
This release introduces a [major refactor](https://github.com/swiftwasm/JavaScriptKit/pull/150) of the JavaScript runtime by [@j-f1] and several performance enhancements. **Merged pull requests:** - Add `Hashable` conformance to `JSObject` ([#162](https://github.com/swiftwasm/JavaScriptKit/pull/162)) via @yonihemi - Add test for detached `ArrayBuffer` ([#154](https://github.com/swiftwasm/JavaScriptKit/pull/154)) via @yonihemi - Fix detached `ArrayBuffer` errors ([#153](https://github.com/swiftwasm/JavaScriptKit/pull/153)) via @yonihemi - Split runtime into multiple files ([#150](https://github.com/swiftwasm/JavaScriptKit/pull/150)) via @j-f1 - Add a way for Swift code to access raw contents of a Typed Array ([#151](https://github.com/swiftwasm/JavaScriptKit/pull/151)) via @yonihemi - Prevent `installGlobalExecutor()` from running more than once ([#152](https://github.com/swiftwasm/JavaScriptKit/pull/152)) via @yonihemi - Return from runtime functions instead of taking a pointer where possible ([#147](https://github.com/swiftwasm/JavaScriptKit/pull/147)) via @j-f1 - Use `TypedArray.set` to copy a bunch of bytes ([#146](https://github.com/swiftwasm/JavaScriptKit/pull/146)) via @kateinoigakukun
swiftwasm/carton 1.0.3
πŸ“¦ Watcher, bundler, and test runner for your SwiftWasm apps
⭐️ 375
πŸ•“ 1 week ago
πŸ”– Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
1 week ago
## What's Changed * Stop using the setup-swift action by @kateinoigakukun in https://github.com/swiftwasm/carton/pull/427 * Fix test harness for the latest main XCTest by @kateinoigakukun in https://github.com/swiftwasm/carton/pull/426 * TypeScript-ify entrypoint scripts by @omochi in https://github.com/swiftwasm/carton/pull/428 * Use `@bjorn3/browser_wasi_shim` as WASI implementation by @kateinoigakukun in https://github.com/swiftwasm/carton/pull/429 ## New Contributors * @omochi made their first contribution in https://github.com/swiftwasm/carton/pull/428 **Full Changelog**: https://github.com/swiftwasm/carton/compare/1.0.2...1.0.3
4 weeks ago
This release fixes several issues: * Restore MIME types in `dev` server to fix loading of CSS and image files. * Fixed browser test runner to work with large number of test suites with Chrome. * Fixed permission issue when running `swift run carton bundle` **Full Changelog**: https://github.com/swiftwasm/carton/compare/1.0.1...1.0.2
1.0.1
6 weeks ago
This release fixes several issues in version 1.0.0: - `carton bundle` command didn't use proper reactor ABI, which caused a crash when running the output bundle. - `carton bundle` command didn't bundle resources from dependencies when applying `wasm-opt` optimizations. **Full Changelog**: https://github.com/swiftwasm/carton/compare/1.0.0...1.0.1
1.0.0: SwiftPM Plugin Support
6 weeks ago
## Breaking changes `carton` CLI is now slimmed down to be a SwiftPM Plugin. This means that you can now use `carton` by just declaring it as a dependency in your `Package.swift` file. ```swift dependencies: [ .package(url: "https://github.com/swiftwasm/carton", from: "1.0.0"), ], ``` > [!WARNING] > - `carton` supports only Swift 5.9.2 and later because earlier SwiftPM Plugin didn't work with cross-compilation > - Please remove `.build` directory used with older `carton` Each `carton` subcommand is now split into a separate SwiftPM plugin. | Old command | New command | | --------------- | ------------------------- | | `carton dev` | `swift run carton dev` | | `carton test` | `swift run carton test` | | `carton bundle` | `swift run carton bundle` | Also `carton` no longer supports the following features: - `carton init` command (use `swift package init --type executable` instead) - Homebrew and Docker installation methods ## Additional changes - `--no-content-hash` option is added to `carton bundle` command. This option disables the use of content hash in the output file name. See https://github.com/swiftwasm/carton/blob/main/CHANGELOG.md for more details
0.20.1
13 weeks ago
This release fixes a bug in `carton test` where it reports missing `sock_accept` syscall. **Full Changelog**: https://github.com/swiftwasm/carton/compare/0.20.0...0.20.1
0.20.0
14 weeks ago
## What's Changed * Update CI Action by @STREGA in https://github.com/swiftwasm/carton/pull/403 * Add Swift 5.9 to Build Action by @STREGA in https://github.com/swiftwasm/carton/pull/409 * Swift 5.9 toolchain & macOS Sonoma beta by @furby-tm in https://github.com/swiftwasm/carton/pull/402 * Add 5.9 support by @STREGA in https://github.com/swiftwasm/carton/pull/412 * Stop bothering WASI apps including unimplemented syscalls by @kateinoigakukun in https://github.com/swiftwasm/carton/pull/415 * Update default toolchain version to 5.9.1 by @kateinoigakukun in https://github.com/swiftwasm/carton/pull/416 ## New Contributors * @STREGA made their first contribution in https://github.com/swiftwasm/carton/pull/403 * @furby-tm made their first contribution in https://github.com/swiftwasm/carton/pull/402 **Full Changelog**: https://github.com/swiftwasm/carton/compare/0.19.1...0.20.0
0.19.1
50 weeks ago
This release fixes the wrong toolchain version installed in docker image. It was accidentally not updated to 5.8.0 in the last release. **Full Changelog**: https://github.com/swiftwasm/carton/compare/0.19.0...0.19.1
0.19.0
50 weeks ago
## What's Changed * Update SwiftPM branch to 5.8 and fix build errors by @kateinoigakukun in https://github.com/swiftwasm/carton/pull/395 * Fix the default docker command arguments by @kateinoigakukun in https://github.com/swiftwasm/carton/pull/396 * Support jammy and amazonlinux2 for toolchain install by @kateinoigakukun in https://github.com/swiftwasm/carton/pull/397 * Update default toolchain version to 5.8 channel snapshot by @kateinoigakukun in https://github.com/swiftwasm/carton/pull/398 **Full Changelog**: https://github.com/swiftwasm/carton/compare/0.18.0...0.19.0
0.18.0
1 year ago
## What's Changed * Fix SwiftPM dependency warning for template project by @gibachan in https://github.com/swiftwasm/carton/pull/384 * Allow to save .swift-version even .swift-version is missing by @gibachan in https://github.com/swiftwasm/carton/pull/385 * Fix carton sdk install on linux(aarch64) by @gibachan in https://github.com/swiftwasm/carton/pull/386 * Fix typo in container registry domain by @p- in https://github.com/swiftwasm/carton/pull/389 * Strip autolink custom section by @kateinoigakukun in https://github.com/swiftwasm/carton/pull/390 ## New Contributors * @gibachan made their first contribution in https://github.com/swiftwasm/carton/pull/384 * @p- made their first contribution in https://github.com/swiftwasm/carton/pull/389 **Full Changelog**: https://github.com/swiftwasm/carton/compare/0.17.0...0.18.0
0.17.0
1 year ago
## What's Changed * Update SwiftPM dependencies by @kateinoigakukun in https://github.com/swiftwasm/carton/pull/371 * Update SwiftPM dependencies by @kateinoigakukun in https://github.com/swiftwasm/carton/pull/372 * Update SwiftPM dependencies by @kateinoigakukun in https://github.com/swiftwasm/carton/pull/373 * Update SwiftPM dependencies by @kateinoigakukun in https://github.com/swiftwasm/carton/pull/374 * Ignore force_try swift-lint rule where in defer. by @noppefoxwolf in https://github.com/swiftwasm/carton/pull/379 * Use @main attributes by @noppefoxwolf in https://github.com/swiftwasm/carton/pull/378 * Add 5.7 host toolchain matrix by @kateinoigakukun in https://github.com/swiftwasm/carton/pull/380 * Update SwiftPM library version to 5.7 by @kateinoigakukun in https://github.com/swiftwasm/carton/pull/381 * Update default toolchain version to 5.7.1 by @kateinoigakukun in https://github.com/swiftwasm/carton/pull/383 ## New Contributors * @noppefoxwolf made their first contribution in https://github.com/swiftwasm/carton/pull/379 **Full Changelog**: https://github.com/swiftwasm/carton/compare/0.16.1...0.17.0
macOS
swiftwasm/WasmKit 0.0.3
WebAssembly Runtime written in Swift
⭐️ 111
πŸ•“ 11 weeks ago
πŸ”– Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
0.0.3
11 weeks ago
0.0.2
12 weeks ago
0.0.1
3 years ago
This is the first preview release of WAKit.
iOS macOS
swiftwasm/WasmTransformer 0.5.0
A Swift package for reading, writing, and transformation of WebAssembly binaries
⭐️ 34
πŸ•“ 1 year ago
πŸ”– Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
0.4.1
1 year ago
This release fixes build issues with Swift 5.7. ## What's Changed * Test with Swift 5.7/Xcode 14 by @MaxDesiatov in https://github.com/swiftwasm/WasmTransformer/pull/28 **Full Changelog**: https://github.com/swiftwasm/WasmTransformer/compare/0.4.0...0.4.1
0.4.0
1 year ago
## What's Changed * Make `ModuleReader` public by @MaxDesiatov in https://github.com/swiftwasm/WasmTransformer/pull/23 * Make `isEOF` and `readSection` public on `ModuleReader` by @MaxDesiatov in https://github.com/swiftwasm/WasmTransformer/pull/24 * Make `VectorSectionReader` public by @MaxDesiatov in https://github.com/swiftwasm/WasmTransformer/pull/25 * Make `value` on `SignatureIndex` public by @MaxDesiatov in https://github.com/swiftwasm/WasmTransformer/pull/26 * Make properties of `FunctionBody` public by @MaxDesiatov in https://github.com/swiftwasm/WasmTransformer/pull/27 **Full Changelog**: https://github.com/swiftwasm/WasmTransformer/compare/0.3.0...0.4.0
0.3.0
1 year ago
This release makes a few properties on a few `Import` struct fields: [`b5255de`](https://github.com/swiftwasm/WasmTransformer/commit/b5255decea7ac2e3ff674f5f433d499b2b971ebb).
3 years ago
Release `stripCustomSections` which strips all custom sections.
0.0.1
3 years ago
Initial release with `lowerI64Imports` implementation.
swiftwasm/OpenCombineJS 0.2.0
OpenCombine helpers for JavaScriptKit/WebAssembly APIs
⭐️ 31
πŸ•“ 2 years ago
πŸ”– Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
0.2.0
2 years ago
This release updates dependencies on OpenCombine and JavaScriptKit to their 0.13.0 versions.
0.1.2
2 years ago
This is a bugfix release that fixes infinite recursion in the use of `JSValueDecoder`. **Merged pull requests:** - Fix infinite recursion in `JSValueDecoder` ([#6](https://github.com/swiftwasm/OpenCombineJS/pull/6)) via [@MaxDesiatov](https://github.com/MaxDesiatov)
0.1.1
3 years ago
This release uses upstream OpenCombine 0.12.0 instead of an OpenCombine fork as it did previously.
0.1.0
3 years ago
This release adds compatibility with JavaScriptKit 0.10, which removes generic parameters from the `JSPromise` type. **Merged pull requests:** - Update `JSPromise` publisher for JSKit 0.10 ([#4](https://github.com/swiftwasm/OpenCombineJS/pull/4)) via [@MaxDesiatov](https://github.com/MaxDesiatov)
0.0.2
3 years ago
This patch release updates JavaScriptKit and OpenCombine dependencies.
0.0.1
3 years ago
Initial release of OpenCombineJS with JSScheduler, TopLevelDecoder implementation on JSValueDecoder, and a publisher property on JSPromise.
swiftwasm/wamr-swift 0.1.1
Swift WebAssembly runtime powered by WAMR
⭐️ 31
πŸ•“ 3 years ago
πŸ”– Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
0.1.1
3 years ago
0.1.0
3 years ago
linux

Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics