X | @kateinoigakukun |
---|---|
Mastodon | [email protected] |
in/kateinoigakukun |
Pinned Loading
-
swiftwasm/swift
swiftwasm/swift PublicForked from swiftlang/swift
WebAssembly support for the Swift programming language
-
llvm/llvm-project
llvm/llvm-project PublicThe LLVM Project is a collection of modular and reusable compiler and toolchain technologies.
-
swiftwasm/JavaScriptKit
swiftwasm/JavaScriptKit PublicSwift framework to interact with JavaScript through WebAssembly.
-
-
ruby/ruby.wasm
ruby/ruby.wasm Publicruby.wasm is a collection of WebAssembly ports of the CRuby.
4,118 contributions in the last year
Day of Week | March Mar | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | ||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More
Activity overview
Contributed to
swiftwasm/WasmKit,
ruby/ruby.wasm,
swiftwasm/JavaScriptKit
and 120 other
repositories
Loading
Contribution activity
March 2025
Created 206 commits in 17 repositories
Created a pull request in swiftlang/swiftly that received 8 comments
Make "swift-" prefix optional in MainSnapshotParser
Existing tools like swiftenv
use DEVELOPMENT-SNAPSHOT-YYYY-mm-dd-a
for main snapshots, without the swift-
prefix. The MainSnapshotParser
should be …
+19
−4
lines changed
•
8
comments
Opened 37 other pull requests in 9 repositories
swiftwasm/JavaScriptKit
26
merged
-
PackageToJS: Inherit
swift package -c
configuration by defaultThis contribution was made on Mar 26 -
Add
JSTypedArray.copyMemory(to:)
methodThis contribution was made on Mar 26 -
Add
JSTypedArray.init(buffer:)
initializerThis contribution was made on Mar 25 -
PackageToJS: Package TypeScript type definitions for runtime
This contribution was made on Mar 24
-
Update all npm dependencies
This contribution was made on Mar 24
-
Add
--configuration
option toswift package js
commandThis contribution was made on Mar 24 -
Add .swift-format configuration and add a script to format
This contribution was made on Mar 23
-
PackageToJS: Generalize
--verbose
flag to all commandsThis contribution was made on Mar 20 -
Make
JSObject.id
getter inlinableThis contribution was made on Mar 18 -
PackageToJS: Emit hints for permission denied errors
This contribution was made on Mar 18
-
Use
@_expose(wasm)
instead of__attribute__((export_name))
and@_cdecl
hackThis contribution was made on Mar 18 -
PackageToJS: Use the actual wasm filename in the final product
This contribution was made on Mar 17
-
PackageToJS: Add
--debug-info-format
optionThis contribution was made on Mar 17 -
PackageToJS: Bring XCTest output formatter from carton
This contribution was made on Mar 16
-
Add
-Xnode
option to pass extra arguments to nodeThis contribution was made on Mar 16 -
Add
--enable-code-coverage
This contribution was made on Mar 16 -
Setup unit test infrastructure for PackageToJS
This contribution was made on Mar 15
-
Add WebWorkerDedicatedExecutor to run actors on a dedicated web worker
This contribution was made on Mar 14
-
PackageToJS: Fix the missing dependency on the stripWasm task
This contribution was made on Mar 14
-
Remove custom test framework
This contribution was made on Mar 14
-
Add Hello world tutorial
This contribution was made on Mar 14
-
Workaround Swift 6.0 compiler crash
This contribution was made on Mar 13
-
Add a mechanism to "Transfer" JSObject between Workers
This contribution was made on Mar 10
-
Packaging Plugin
This contribution was made on Mar 6
-
Concurrency: Fix build for p1-threads target
This contribution was made on Mar 5
- Some pull requests not shown.
swiftwasm/WasmKit
2
merged
-
CI: Update Windows toolchain to Swift 6.0.3
This contribution was made on Mar 13
-
CMake: Support building the WAT module
This contribution was made on Mar 13
swiftwasm/uwasi
2
merged
-
Test MemFS implementation by WebAssembly/wasi-testsuite
This contribution was made on Mar 2
-
chore: Add Prettier for code formatting
This contribution was made on Mar 1
swiftwasm/swiftwasm-build
2
merged
-
Drop 5.9 and 5.10 support from build system
This contribution was made on Mar 2
-
Cleanup toolchain distribution code
This contribution was made on Mar 2
swiftlang/swift-evolution
1
open
-
Add "Build Progress Display Control for SwiftPM Plugins" proposal
This contribution was made on Mar 20
swiftlang/swift-package-manager
1
open
-
PluginAPI: Optionally animate build progress in console
This contribution was made on Mar 19
swiftwasm/carton
1
merged
-
Support the latest SwiftPM producing .xctest for test products
This contribution was made on Mar 7
swiftlang/swift
1
merged
-
stdlib: Fix the signature of
_taskEscalate
to return a priorityThis contribution was made on Mar 4
bytecodealliance/WASI-Virt
1
merged
-
Update wasmtime to v30
This contribution was made on Mar 2
Reviewed 13 pull requests in 9 repositories
swiftlang/swift
4 pull requests
-
Enable
_Concurrency
for Embedded Swift with WASIThis contribution was made on Mar 25 -
Add #_objectFileFormat compilation conditional
This contribution was made on Mar 23
-
[StdlibUnittest] add a TestRunPredicate for WASI
This contribution was made on Mar 22
-
[embedded] Link in @_used declarations from other modules in SILLinker
This contribution was made on Mar 21
swiftwasm/WasmKit
2 pull requests
-
WASI: Implement
fd_sync
This contribution was made on Mar 25 -
Parse
.wat
files in therun
subcommandThis contribution was made on Mar 25
apple/swift-nio
1 pull request
-
fix: Fix NIOCore build for wasm targets
This contribution was made on Mar 25
swiftlang/swift-foundation
1 pull request
-
[wasm] Make
FileManager.createFile()
work on WASIThis contribution was made on Mar 25
swiftlang/swift-package-manager
1 pull request
-
PluginAPI: Optionally animate build progress in console
This contribution was made on Mar 20
swiftlang/swift-driver
1 pull request
-
Fix incorrect link job options for embedded WASI
This contribution was made on Mar 15
swiftlang/swiftly
1 pull request
-
Make "swift-" prefix optional in MainSnapshotParser
This contribution was made on Mar 5
swiftwasm/swiftwasm-book
1 pull request
-
Add clarity on some facts.
This contribution was made on Mar 2
swiftwasm/uwasi
1 pull request
-
fix: export MemoryFileSystem
This contribution was made on Mar 2
Created an issue in swiftwasm/WasmKit that received 5 comments
String.write(toFile:atomically:encoding:)
fails even with atomically: false
only on WasmKit
Reproduction steps $ swift package init --name Check --type executable $ cat <<EOS > Sources/main.swift import Foundation let text="test" do { try…
5
comments
Opened 6 other issues in 3 repositories
swiftwasm/JavaScriptKit
2
closed
1
open
-
Provide an easier way to offload workload to workers
This contribution was made on Mar 10
-
Declarative JS interop
This contribution was made on Mar 10
-
Implement a mechanism to "Transfer" JSObject between Workers
This contribution was made on Mar 6
GoodNotes/devtools-frontend
2
open
-
Known limitations
This contribution was made on Mar 18
-
Swift async function frame doesn't show variables
This contribution was made on Mar 5
swiftlang/swift
1
open
-
Compiler crash with closure types with
sending
This contribution was made on Mar 13
Started 1 discussion in 1 repository
SwiftPackageIndex/SwiftPackageIndex-Server
SwiftPackageIndex/SwiftPackageIndex-Server
-
Documentation for the main branch is not updating
This contribution was made on Mar 16
97
contributions
in private repositories
Mar 1 – Mar 26