Closed yamt closed 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
_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