Replies: 4 comments 36 replies
-
Thanks. I've tried WasmKit in the past (but before the recent changes that make it faster) and wasn't impressed by the speed. The key feature that I'm missing in Wasm3 and would make me switch very fast to WasmKit is the support for exceptions. As far as I can tell, it's not yet present in WasmKit either. But let's keep monitoring their site, it can change in the future. I've also experimented with "Web Assembly Micro-Runtime", which has exceptions, but was 10x slower than Apple's engine, and WasmEdge, which has exceptions, but requires |
Beta Was this translation helpful? Give feedback.
-
Hello, wasmer has recently added native support for iOS
https://wasmer.io/posts/introducing-wasmer-v5 Wasmer also supports WASIX and is quite optimised, I wonder if it would make executing wasm on a-shell faster. |
Beta Was this translation helpful? Give feedback.
-
Report:
I've been running tests on zipping a large file (105 MB), sent using the standard input.
|
Beta Was this translation helpful? Give feedback.
-
Report:
|
Beta Was this translation helpful? Give feedback.
-
wasm3 is great, but there is another great runtime. It's WasmKit.
https://github.com/swiftwasm/WasmKit
I think WasmKit has potential for the following reasons:
Beta Was this translation helpful? Give feedback.
All reactions