Nicholas Wilson

Results 25 comments of Nicholas Wilson

It's been a while, sorry! But I've updated with the changes you requested.

Run `make dependencies` to install the required dependencies (as described in the CONTRIBUTING.md file).

What's the target for this ABI info - is it for describing static linking, or dynamic, or both? Dynamic linking is in a sense a smaller thing, although it's bigger...

I can see an argument in favour standardising the syscall ABI... but I'm not entirely convinced! Pro: * The rest of the ABI (calling conventions, typedefs, C99 ABI, etc) is...

See also https://bugs.llvm.org/show_bug.cgi?id=35385

Hum. Some thoughts. (1) Modify emscripten. In the short-term that would make a certain amount of sense. Anything we put in the toolchain is a longer-term commitment than the particular...

Wasm currently doesn't have anything like a `.so`. Dynamic libraries are a way off, and don't have many use-cases? Currently the mental model is statically-linked executable (although it's maybe more...

Right - the actual timezone handling stuff itself needs to be done by the browser in fact, but that can be done via adding new Wasm-specific syscalls rather than replacing...

I would have thought that it is pretty rare. If you have some static variables you want to allocate storage for upfront, how many people are going to use the...