JavaScriptKit
JavaScriptKit copied to clipboard
Swift framework to interact with JavaScript through WebAssembly.
We updated to macOS Sequoia and are trying to get SwiftWasm working again in this environment. After installing a Swift release toolchain ([6.0.1](https://download.swift.org/swift-6.0.1-release/xcode/swift-6.0.1-RELEASE/swift-6.0.1-RELEASE-osx.pkg)) and a matching SwiftWasm SDK, we are...
i would like to be able to create a `JSClosure` that can throw a `JSError` when called from JavaScript. is this possible?
This is useful for extending the stack size of the worker threads as wasi-libc's default stack size is typically 128KB, which may not be sufficient for some workloads.