Live data from Hacker News

Viewing profile — ascheidecker

ascheidecker

HN member
Joined
Mon, Jun 06, 2016, 10:52 AM UTC
HN karma
13
Public activity
4 items

About ascheidecker

https://github.com/andrewscheidecker

Recent public activity

  1. comment
    Comment #14459304

    It would be possible to leverage a simple machine code verifier similar to NaCl's in a WebAssembly backend. Nobody does it right now, but there's been some work on taking WebAssemb…

  2. comment
    Comment #13969985

    Another factor is that these consumer Optane products only have 1 or 2 chips to multiplex operations across. Their enterprise product, the SSD DC P4800X uses 28 of the same 16GB ch…

  3. comment
    Comment #11849317

    Not exactly. Node.js will probably integrate a future release of V8 that supports WebAssembly, and WAVM isn't a suitable replacement for that. WAVM is more like V8, but for WebAsse…

  4. comment
    Comment #11846859

    (author of WAVM here) WebAssembly definitely benefits from being able to avoid the JavaScript garbage collector. I'm working on a garbage collected language that will use WebAssemb…