WASI prototype design, implementation, and documentation.
This adds documents describing the WASI Core API, and an implementation in Wasmtime.
This commit is contained in:
8
wasmtime-wasi/sandboxed-system-primitives/CMakeLists.txt
Normal file
8
wasmtime-wasi/sandboxed-system-primitives/CMakeLists.txt
Normal file
@@ -0,0 +1,8 @@
|
||||
cmake_minimum_required(VERSION 3.0)
|
||||
project(SandboxedSystemPrimitives C)
|
||||
|
||||
include_directories(include)
|
||||
|
||||
add_library(SandboxedSystemPrimitives STATIC src/posix.c src/random.c src/str.c)
|
||||
|
||||
install(TARGETS SandboxedSystemPrimitives DESTINATION .)
|
||||
Reference in New Issue
Block a user