Sam Clegg

Results 1115 comments of Sam Clegg

Should we update the TODO such that it will #warning or #error when building on unsupported arch? Also, I guess we should skip these tests on those platforms too..

@rathann do you actually care about using the SIMD support in wasm2c on arm64 or are you just interested in getting the tests to pass?

It looks like you can just use `apt` to install the official Ubuntu version: https://packages.ubuntu.com/focal/wabt Separately we should probably build the downloadable linux binaries against and older distro version to...

Fair enough. Re-opening the issue. We can keep it open so that we can address this by either: 1. Building against an older version of ubuntu (and documenting it). 2....

BTW, does the version of wabt you get via `apt-get install wabt` actually not work for your needs, or are is that something you are worried about happening in the...

Wow, `#embed` looks awesome. First time I've seen it. Using it for data segments seems possible, but it would also mean that wasm2c no longer generated just one single C...

(Doesn't #embed also emit array initializers?)

Oh I see, do `#embed` doesn't just generate array initializers like we currently do? It can use compiler specific builtins to go faster under the hood? Do the advantage would...

So does that mean its not really a pure pre-processor feature? i.e. if you run the pre-processor it doesn't produce the array init expressions that I was imagining? Or is...

Can you remind me what downstream project this code is coming from? Can you mention that in the descirption and link to the downstream code? If we go ahead with...