Settings

Theme

Show HN: WASM with JIT from a Swift SPM Package

github.com

3 points by acoye 24 days ago · 0 comments · 1 min read

Reader

Hello HN,

For my own needs I needed a powerful WASM engine that provides JIT acceleration, and use it from the convenience of the Swift Package Manager.

So I ended up wrapping wasmtime (a Rust project) https://github.com/bytecodealliance/wasmtime/

The SPM package does support most platforms swift supports, including mobile where JIT is simply not available.

I'd be happy to hear from you if this is something you may be interested in using and what are your WASM use cases.

Thanks :+1:

No comments yet.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection