Path to this page:
./
lang/wasi-libc,
libc for WebAssembly programs built on top of WASI
Branch: pkgsrc-2021Q4,
Version: 0.0.0pre20210923,
Package name: wasi-libc-0.0.0pre20210923,
Maintainer: ryoonWASI 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)
- (2022-01-05) Package added to pkgsrc.se, version wasi-libc-0.0.0pre20210923 (created)
CVS history: (Expand)
2022-01-09 21:10:56 by Benny Siegert | Files touched by this commit (3) |
Log message:
Pullup ticket #6560 - requested by tnn
lang/wasi-compiler-rt: build fix
lang/wasi-libc: build fix
lang/wasi-libcxx: build fix
Revisions pulled up:
- lang/wasi-compiler-rt/Makefile 1.4-1.8
- lang/wasi-libc/Makefile 1.4-1.5
- lang/wasi-libcxx/Makefile 1.5-1.7
---
Module Name: pkgsrc
Committed By: tnn
Date: Fri Jan 7 13:32:48 UTC 2022
Modified Files:
pkgsrc/lang/wasi-compiler-rt: Makefile
pkgsrc/lang/wasi-libc: Makefile
pkgsrc/lang/wasi-libcxx: Makefile
Log message:
wasi-*: force ABI=32
These packages were failing when ABI=64 in mk.conf, because then -m64 is
passed down to clang and WebAssembly currently only supports -m32.
---
Module Name: pkgsrc
Committed By: tnn
Date: Fri Jan 7 13:51:05 UTC 2022
Modified Files:
pkgsrc/lang/wasi-compiler-rt: Makefile
Log message:
wasi-compiler-rt: don't circumvent pkgsrc wrappers
Fixes build failure on Linux due to BUILDLINK_TRANSFORM not kicking in.
---
Module Name: pkgsrc
Committed By: tnn
Date: Fri Jan 7 14:33:43 UTC 2022
Modified Files:
pkgsrc/lang/wasi-compiler-rt: Makefile
pkgsrc/lang/wasi-libcxx: Makefile
Log message:
wasi-*: fix build failure when package already installed
Only use headers that pkgsrc has permitted via buildlink.
---
Module Name: pkgsrc
Committed By: tnn
Date: Fri Jan 7 15:49:53 UTC 2022
Modified Files:
pkgsrc/lang/wasi-compiler-rt: Makefile
pkgsrc/lang/wasi-libc: Makefile
pkgsrc/lang/wasi-libcxx: Makefile
Log message:
wasi-*: eliminate -march and/or -mcpu CFLAGS user might have set
Random CFLAGS from mk.conf are not a good idea in a cross compile scenario.
Also reset ABI to empty string since -m32 can break some native CMake tests.
---
Module Name: pkgsrc
Committed By: tnn
Date: Fri Jan 7 20:24:40 UTC 2022
Modified Files:
pkgsrc/lang/wasi-compiler-rt: Makefile
Log message:
wasi-compiler-rt: apply band-aid for ranlib error in www/firefox
|