WebAssembly / wasi-threads

145 stars 8 forks source link

Fix alignment of poll subscriptions #42

Closed yamt closed 1 year ago

yamt commented 1 year ago

_Alignof(__wasi_subscription_t) is 8. wasmtime actually rejects misaligned addresses.

The problem pointed out by sunfishcode: https://github.com/bytecodealliance/wasmtime/pull/5891#issuecomment-1448333393

Fixes https://github.com/WebAssembly/wasi-threads/issues/39