Standard C library implementation for WebAssembly System Interface
Find a file
2023-09-12 13:16:38 +02:00
.fmf configure tests for CI 2023-09-12 10:12:53 +02:00
.gitignore Initial import (fedora#2166379) 2023-06-14 11:59:35 +02:00
0001-make-don-t-rebuild-files-on-make-install.patch Adjust Makefile for clang 17 2023-09-12 10:11:05 +02:00
0002-Use-fno-strict-aliasing-for-emmalloc-424.patch Adjust Makefile for clang 17 2023-09-12 10:11:05 +02:00
0003-Adjust-Makefile-for-LLVM-trunk-17-as-of-2023-06-18-4.patch Adjust Makefile for clang 17 2023-09-12 10:11:05 +02:00
gating.yaml Fix rpminspect test case name in gating.yaml 2023-09-12 13:16:38 +02:00
README.md Initial import (fedora#2166379) 2023-06-14 11:59:35 +02:00
smoke-test.c Do not repackage the library archive (rhbz#2228297) 2023-08-14 11:24:13 +02:00
sources Initial import (fedora#2166379) 2023-06-14 11:59:35 +02:00
test-plan.fmf configure tests for CI 2023-09-12 10:12:53 +02:00
wasi-libc.spec Remove smoke test from %check 2023-09-12 11:15:58 +02:00

wasi-libc

Standard C library implementation for WebAssembly System Interface.

Quick How-to use

$ clang --target=wasm32-wasi ...