Andrew Brown

Results 257 comments of Andrew Brown

@jfizz, @sbc100: should we keep this open? Or is there an easy fix that can be made to the CMake files?

I looked into this: https://github.com/WebAssembly/wasi-sdk/pull/285 added `-DCMAKE_OSX_DEPLOYMENT_TARGET=11.0`. Is `11.0` good enough? If we need the older version then we might be outside of Apple's support window. From @yamt in that...

@sbc100, what do you think, is this still something we should think about doing?

Closing since waterfall is now defunct.

I think this is fixed by following @jedisct1's instructions (and this issue is a bit stale); feel free to reopen it if that does not fix the issue.

This is outdated.

The original question is answered; thanks!

This already works; see the GitHub workflow and associated `ci` scripts.

Signals are now completely removed; this can be closed, right?

The situation has changed since this issue was posted: now, if you want atomics support you can use the `wasm32-wasi-threads` target. Also, if only stubbed-out support is needed, take a...