Live data from Hacker News

Viewing profile — leucippe

leucippe

HN member
Joined
Fri, May 24, 2024, 5:47 AM UTC
HN karma
5
Public activity
6 items

About leucippe

No profile information was provided.

Recent public activity

  1. comment
    Comment #40550742

    There's in-progress design work in SIG Embedded to eliminate unnecessary copies, because that will help using interfaces on embedded devices.

  2. comment
    Comment #40550722

    For background, WASI 0.1 is one interface: a smaller POSIX. Translating POSIX's low-level ABI concepts into WASM is enough for this. WASI came out of WASM's goal of portability, an…

  3. comment
    Comment #40471871

    There's Dylibso's Extism, a WebAssembly plugin system. The company building it begins with D. https://www.dylibso.com/products/extism/

  4. comment
    Comment #40471812

    Registers will keep growing. Rather than adding 512 bits to the spec, it's better to choose an abstraction that's portable across hardware, so that modules don't need to be recompi…

  5. comment
    Comment #40466271

    As much as binary size should be a problem for individual developers to deal with, I've seen how those individual developers treat Electron. There's no doubt in my mind that someon…

  6. comment
    Comment #40463478

    The plan is to support async without function colouring. I recommend this talk by Luke Wagner on async plans in WASI 0.3 ( https://youtu.be/y3x4-nQeXxc ) for background on how it w…