Mike

Results 5 comments of Mike
trafficstars

> because wasm uses a webView to execute JavaScript and WebAssembly Out of curiosity, is there some reason JS/WASM runs in a web view instead of with [JavaScriptCore](https://developer.apple.com/documentation/javascriptcore)? JSC would...

> If I remember correctly, the short answer is: "because I haven't (yet) found a way to do it". I've created a demo of running WASI in JSC [here](https://github.com/Recognition101/wasmer-jsc-demo). It's...

> I think JSC has a less hacky way for communications with the main program, but the difficult part is making sure both parts run synchronously (because commands can be...

Since this issue is about WebAssembly, I've moved my API proposal for the fancy native-gateway functions over to #616. I've also added a bunch of implementation notes and links to...

> In the process, I learned that JSC is very limited (it didn't have the URL type, for example). It's hard to find a documentation on those limitations. JavaScript is...