Dramatically reduced power usage in Firefox 70 on macOS with Core Animation, https://mozillagfx.wordpress.com/2019/10/22/dramatically-reduced-power-usage-in-firefox-70-on-macos-with-core-animation/.
Power usage's improved by 3x or more for many use cases. Computer battery life is greatly extended!
Super exicted that https://github.com/wasmerio/wasmer/pull/555 landed!
Major WASI FS rewrite. We added a virtual root, so by accessing `/` you can see all your preopened file descriptors.
The sandboxing is also way better, the code is way more internally consistent and the complicated logic is more reused so there should be less bugs!
Wasmer 0.5.6 released!
https://github.com/wasmerio/wasmer/releases/tag/0.5.6
Package signing in WAPM!
https://medium.com/wasmer/securing-wapm-packages-with-package-signing-3cf0d12f32f3
Wasmer 0.5 has been released, https://github.com/wasmerio/wasmer/releases/tag/0.5.0.
• More stable version of WASI
• Ships with wapm 0.3 (with package signing and contracts)
• Emscripten improvements, now able to run python and openssl!
• Context trampoline for exported functions
• & more!
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