Skip to content

Ivan Enderlin's thoughts

Swapped memory of a hacker

  • Twitter
  • Github
  • Home
  • Computer Science
  • Life
  • Trips
  • My Résumé

Month: May 2019

Announcing the fastest WebAssembly runtime for Go: wasmer

Announcing the fastest WebAssembly runtime for Go: wasmer.

Ivan Enderlin Computer Science, Projects, wasmer, Work Leave a comment May 29, 2019January 19, 2021 6 Minutes

Archives

  • October 2021 (1)
  • January 2021 (1)
  • May 2020 (1)
  • August 2019 (1)
  • May 2019 (1)
  • April 2019 (1)
  • March 2019 (1)
  • October 2018 (1)
  • September 2018 (1)
  • August 2018 (3)
  • February 2018 (1)
  • January 2018 (2)
  • November 2017 (3)
  • October 2017 (1)
  • August 2017 (1)
  • July 2017 (1)
  • June 2017 (6)
  • May 2017 (5)
  • April 2017 (4)
  • January 2017 (6)
  • December 2016 (2)
  • November 2016 (4)
  • October 2016 (3)
  • September 2016 (2)
  • April 2016 (2)
  • November 2015 (1)
  • October 2015 (1)
  • August 2015 (1)
  • July 2015 (1)
  • June 2015 (1)
  • February 2015 (1)
  • January 2015 (1)
  • December 2014 (1)
  • November 2014 (3)
  • September 2014 (5)
  • August 2013 (1)
  • March 2013 (1)

Subjects

  • Computer Science (59)
  • Life (6)
  • Projects (19)
    • atoum (3)
    • Hoa (3)
    • Tagua VM (2)
    • wasmer (5)
  • Talks (36)
  • Trips (5)
  • Uncategorized (1)
  • Work (16)

Tags

asmjs automattic bindings browser c++ caldav carddav cbindgen challenge-one-conference-per-day compiler console coroutine cpp css data dav documentation elm emacs event evil-mode extension ffi finite-state machine from-rust-to-beyond functional-reactive-programming generation graphic gutenberg haskell Hoa intermediate-representation iterator java javascript jetbrains just-in-time-compilation linux llvm nom operating-system parallelism parser peg performance php pijul proof quickcheck regular-expression rfc rust servo shell signal ssl string swift Tagua VM teamcity terminal test text-editor tls type variance version-control vim virtual-machine vulkan wasm wasmer webassembly webdav whatsapp
Mastodon
  • (no title)
    elementary OS 7 Available Now, https://blog.elementary.io/os-7-available-now/.#linux #os #elementary
  • (no title)
    Yesterday, I’ve also added support for big- and little-endian. All parser combinators can now handle endianness based on a generic type + trait, https://github.com/Hywan/weld/commit/5a1ff9f9643fe6b82e7b789e4c2cca7ee6615024.It’s magic. Rust is cool.#linker #parser #elf #RustLang
  • (no title)
    So far, I’m writing the Elf64 parser. The goal is to get zero copy, period.Yesterday I’ve added section’a data and name, still with zero copy, https://github.com/Hywan/weld/blob/bfb9fd55c5b2f9114e8f8ab21c5f49d48f9c3b98/crates/parser/src/elf64/mod.rs#L720.It relies heavily on Rust lifetimes, and bstr to get bytes-based string-ish. The parser is written with nom, and is manipulating bytes slices only.bstr: https://blog.burntsushi.net/bstr/nom: https://github.com/rust-bakery/nom#linker #parser #elf #RustLang
  • (no title)
    I’m starting a new project to learn about linkers. It’s called ˋweld`, and it lives here https://github.com/Hywan/weld.I do this on my free time; understand very sporadically.This toot is a thread to show progress or to ask help.#linker #RustLang
  • (no title)
    Low-level is easy, http://yosefk.com/blog/low-level-is-easy.html.I agree with almost everything except the article is missing 2 important things: (1) Low-level pretty often has a terrible documentation —when it exists—, and (2) Low-level has much smaller communities, so it’s harder to get help, examples etc.
  • (no title)
    Lambda Cold Starts analysis, https://maxday.github.io/lambda-perf/.Visualize 10 Cold Starts for each runtime, updated daily.How and Why this tool: https://github.com/maxday/lambda-perf.> There are already a lot of blog posts talking about Lambda Cold Starts performance per runtime but I could not find any always up-to-date information.Oh, no surprise Rust is the fastest in cold start, execution time, and […]
  • (no title)
    My kingdom for the Sun.
  • (no title)
    I’ve opened Twitter, it was a long time. I’ve closed Twitter 1mn later: far-rights propaganda about Roma History, ads, ads, trolls, ads, some scientists trying to raise the level, ads, ads.I’m fine with Mastodon.
  • (no title)
    Weylus, https://github.com/H-M-H/Weylus.Weylus turns your tablet or smart phone into a graphic tablet/touch screen for your computer.• Control your mouse with your tablet• Mirror your screen to your tablet• Send keyboard input using physical keyboards• Hardware accelerated video encodingIt works on Linux, macOS and Windows.#weylus #ScreenMirroring #tablet
  • (no title)
    My new Mastodon client doesn’t have OS notifications. And it’s freaking cool.https://vaccor.space/tusker/#mastodon
  • (no title)
    PenPot, https://penpot.app/.A free and open source Figma, basically.> Penpot is the first Open Source design and prototyping platform meant for cross-domain teams. Non dependent on operating systems, Penpot is web based and works with open standards (SVG).Repository: https://github.com/penpot/penpot#design #prototyping #svg
  • (no title)
    Tracking issue for `-Z randomize-layoutˋ, https://github.com/rust-lang/rust/issues/106764.This option randomises and makes unpredictable the layout of repr(rust) types, which do not have a specified layout.#RustLang #type #compiler
  • (no title)
    WordPress is evaluating Matrix to replace Slack, https://make.wordpress.org/meta/2023/01/25/a-meta-subproject-for-evaluating-matrix/.> We are a small team of contributors to the WordPress and Matrix projects who would like to propose to form a community project to explore bringing the Matrix open source federated chat system to the WordPress community as a possible replacement to Slack (for Making WordPress).#WordPress #matrix […]
  • (no title)
    Announcing Rust 1.67.0, https://blog.rust-lang.org/2023/01/26/Rust-1.67.0.html.#RustLang
  • (no title)
    Refactoring Rust code is a joy.#RustLang
Website Powered by WordPress.com.
  • Follow Following
    • Ivan Enderlin's thoughts
    • Join 32 other followers
    • Already have a WordPress.com account? Log in now.
    • Ivan Enderlin's thoughts
    • Customize
    • Follow Following
    • Sign up
    • Log in
    • Report this content
    • View site in Reader
    • Manage subscriptions
    • Collapse this bar
 

Loading Comments...