yonihemi

Results 5 issues of yonihemi

Adds UI+config option for setting Access Control for objects and properties. Selecting `internal` produces exact same results as before. Resolves #117.

Use [WASILibc](https://book.swiftwasm.org/getting-started/libc.html) module for `random` when running in SwiftWasm. ## How to run - Install a recent [SwiftWasm toolchain](https://book.swiftwasm.org/getting-started/setup.html). - Clone the Dealer package: ``` sh git clone https://github.com/apple/example-package-dealer.git ```...

## What this adds Calls out to modules with `wasm-opt`'s `--asyncify` pass to unwind and rewind the module's call stack when we want to put Swift execution to sleep while...

enhancement

(no pun intended) Hi! I'm trying to get ZipFoundation to work in SwiftWasm. Already got zlib [building](https://yonihemi.github.io/swiftwasm-gzip-example/) so we're getting there. Now, when Swift code calls types like `FILE` or...

help wanted
question

### Description This is a more concise reproducible than others I've seen. Calling an isolated method on an actor from a MainActor-isolated class fails to build if done in the...

bug
concurrency
compiler
SIL
actor
actor isolation
expressions
unexpected error
swift 6.0
internal error