./lang/wasi-libc, libc for WebAssembly programs built on top of WASI

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.0.0pre20231007nb1, Package name: wasi-libc-0.0.0pre20231007nb1, Maintainer: ryoon

WASI Libc is a libc for WebAssembly programs built on top of WASI
system calls. It provides a wide array of POSIX-compatible C APIs,
including support for standard I/O, file I/O, filesystem manipulation,
memory management, time, string, environment variables, program
startup, and many other APIs.

WASI Libc is sufficiently stable and usable for many purposes, as
most of the POSIX-compatible APIs are stable, though it is continuing
to evolve to better align with wasm and WASI.


Master sites:


Version history: (Expand)


CVS history: (Expand)


   2023-11-08 14:21:43 by Thomas Klausner | Files touched by this commit (2377)
Log message:
*: recursive bump for icu 74.1
   2023-10-11 05:41:01 by Ryo ONODERA | Files touched by this commit (3)
Log message:
wasi-libc: Update to 0.0.0pre20231007

CHangelog:
Bugfixes
   2023-04-19 10:12:01 by Adam Ciarcinski | Files touched by this commit (2359) | Package updated
Log message:
revbump after textproc/icu update
   2022-11-23 17:21:30 by Adam Ciarcinski | Files touched by this commit (1878) | Package updated
Log message:
massive revision bump after textproc/icu update
   2022-04-18 21:12:27 by Adam Ciarcinski | Files touched by this commit (1798) | Package updated
Log message:
revbump for textproc/icu update
   2022-03-15 15:33:23 by Thomas Klausner | Files touched by this commit (3) | Package updated
Log message:
wasi-libc: update to 0.0.0pre20220311.

Disable symbol comparison, since it fails for a couple of people
and mef's bulk build.

Changes:

Enable support for utimes and futimesat.
more graphical code
chdir: fixing a malloc'ed buffer that was not large enough
   2022-01-10 01:00:05 by Tobias Nygren | Files touched by this commit (1)
Log message:
wasi-libc: fix build on SunOS
   2022-01-10 00:42:03 by Tobias Nygren | Files touched by this commit (5)
Log message:
Fix packages that use GITSUB_MODULES on SunOS and possibly others

This is annoying, but for now we must always explicitly combine
GITHUB_SUBMODULES with EXTRACT_USING+=bsdtar.

This is because mk/fetch/github.mk uses OPTS_TAR=--strip-components=1
and that is not supported by nbtar(pax), which is the default pkgsrc
tar on some platforms. We cannot override EXTRACT_USING in github.mk
because that is too late.

We should switch all platforms to bsdtar and retire pax.