WebAssembly / wasi-libc

WASI libc implementation for WebAssembly
https://wasi.dev
Other
812 stars 188 forks source link

Adjust Makefile for LLVM trunk (19) as of 2024-04-30 #493

Closed glandium closed 1 month ago

glandium commented 1 month ago

https://github.com/llvm/llvm-project/commit/5bbf1ea8f18d1f99637b7b8bf6b985c186c808f6 added __wasm_multivalue and wasm_reference_types, and the latter also makes libraries reference the undefined indirect_function_table symbol, which is provided by the linker.