An open API service indexing awesome lists of open source software.

https://github.com/fuglede/wasmerbench

Comparing wasmer with Numba/Cython/Pythran/PyO3
https://github.com/fuglede/wasmerbench

Last synced: 9 months ago
JSON representation

Comparing wasmer with Numba/Cython/Pythran/PyO3

Awesome Lists containing this project

README

          

# Wasmer as an alternative to Numba/Pythran/Cython/PyO3

||Language|Windows support|No compilation|No bundled runtime|Platform-independent builds|Small deployment|Just worked|Performance|
| :-- | :-: | :-: | :-: | :-: | :-: | :-: | :-: | :-: |
|Numba|Python|✔️|✔️|❌|✔️|✔️|⚠|⚠|️
|Pythran|Python|✔️|❌|✔️|❌|⚠️|❌|✔|
|Cython|Cython|✔️|❌|✔️|❌|⚠️|✔|✔|
|PyO3|Rust|✔️|❌|✔️|❌|❌|✔|✔|
|Wasmer (Cranelift)|Multiple|✔️|❌|❌|✔️|✔|✔|❌|
|Wasmer (LLVM)|Multiple|❌|❌|❌|✔️|✔|✔|✔|