mirror of
https://git.freebsd.org/ports.git
synced 2025-05-30 09:56:43 -04:00
WASI is a "syscall" interface for WebAssembly, significantly inspired by CloudABI. It is supported in clang 8 and up, but to actually build C programs, it needs clang builtins and the libc/sysroot. And for C++, also libc++ and libcxxabi. Submitted by: Greg V <greg%unrelenting.technology> Differential Revision: https://reviews.freebsd.org/D22960
7 lines
193 B
Text
7 lines
193 B
Text
The LLVM Project is a collection of modular and reusable compiler and
|
|
toolchain technologies.
|
|
|
|
This port includes Clang builting for WASI
|
|
(WebAssembly System Interface).
|
|
|
|
WWW: http://llvm.org/
|