tinygo-org / tinygo

Go compiler for small places. Microcontrollers, WebAssembly (WASM/WASI), and command-line tools. Based on LLVM.
https://tinygo.org
Other
15.43k stars 911 forks source link

WASM: lib WASI update #1954

Closed hamidrezakks closed 2 years ago

hamidrezakks commented 3 years ago

Hi, Thanks for the great project, github.com/WebAssembly/wasi-libc has been updated recently, can you please update tinygo wasm to the latest wasi-lib?

Bests, KK

aykevl commented 3 years ago

Is there anything that we need from the new libc version? Better features or bug fixes relevant to TinyGo?

I'm not necessarily against updating the library, but I think it needs a bit more justification than that it is the newest version.

hamidrezakks commented 3 years ago

They have updated the MUSL

MUSL release note: 1.2.2 release notes

major changes:

new features:

performance:

compatibility:

bugs fixed:

arch-specific bugs fixed:

dgryski commented 2 years ago

wasi-libc has been updated as part of https://github.com/tinygo-org/tinygo/pull/2224; closing this.