Avatar
Avatar
omochimetaru
さっき書いたように実装は可能なんだけど公式にあった方がいいなと思う public func asFunction() -> JSThrowingFunction { var buffer: JSValue = Array<Int>([0]).jsValue buffer[0] = self.jsValue let fn = JSFunction.unsafeConstruct(from: buffer[0]) return fn.throws }
これはこれでどうですかねー https://github.com/swiftwasm/JavaScriptKit/pull/239