Wasmer 0.4.1 has been released!
https://github.com/wasmerio/wasmer/releases/tag/0.4.1
WAPM's been improved, emscripten support's been improved, bug fixes and more.
Wasmer has preopen file descriptors for WASI are on master now! https://github.com/wasmerio/wasmer/pull/343/
Still a bit of a work in progress
Python and Wasmer in action!
https://medium.com/@lorenzogotuned/rust-scales-python-function-d3b1d24351cd
JavaScriptCore as a WebAssembly binary, https://wapm.io/package/jsc.
$ wapm install -g jsc
$ jsc
>>> function multiply(a, b) { return a * b }
undefined
>>> multiply(10, 20)
200
>>> Date()
Mon Apr 15 2019, …
Crazy :-).
🐘🕸️ `php-ext-wasm` 0.4.1 released 📢
https://github.com/wasmerio/php-ext-wasm
- Invoking an exported function is now 10% to 16% time faster 🎉
- Bonus: Memory usage is 1% smaller
- Bug fixes
- Update runtime to Wasmer 0.4.0
Wasmer is a WebAssembly runtime