Sam Clegg

Results 154 issues of Sam Clegg

This is just a start. I've made some updates to `instructions.rst` and `types.rst` but could use some pointers so uploading now to get feedback.

- [x] Update spec text (https://github.com/WebAssembly/memory64/pull/50) - [x] #51 - [x] Rebase interpreter changes - [x] JS API Updates - [x] Spec tests - [x] Implemented in at least two...

Imported, growable memories need to specify a max. In llvm, when we build a DLL, we generally don't care about the upper limit of the imported memory so we try...

I got some initial performance numbers by running the emscripten benchmark suite under v8: ```                         v8 v8-wasm64                   base64 1.000 1.234   size: 1.065             conditionals 1.000 1.003   size: 1.112                      copy 1.000 0.997  ...

Would it be possible to add some kind of debug mode so that each token could be associated with line and column number in the input file? I'm writing an...

enhancement

This is very cool! I'm curious, does it get any smaller with `wasm-opt -O2` applied?

;TLDR; visibility is currently only used by emscripten and emscripten uses a default of `-fvisibility=default`. A long while ago we choose to make `-fvisibility=hidden` the default for the WebAssembly backend...

Fixes https://github.com/WebAssembly/tool-conventions/issues/54

@sunfishcode proposed that we add an ABI version to the wasm object format. In fact we probably want several concepts of version: 1. An ABI version. This will allows the...

The current (experimental) dynamic linking ABI doesn't support any kind of symbol information other than the imports and exports of a module. It does use a small custom "dylink" section...