Lines Matching full:sdk
24 [Emscripten](https://emscripten.org/) SDK and a build Python interpreter.
28 Christian Heimes maintains a container image with Emscripten SDK, Python
29 build dependencies, WASI-SDK, wasmtime, and several additional tools.
256 WASI builds require [WASI SDK](https://github.com/WebAssembly/wasi-sdk) 16.0+.
261 ``pkg-config`` overrides. The script assumes that WASI-SDK is installed in
262 ``/opt/wasi-sdk`` or ``$WASI_SDK_PATH``.
284 ## WASI limitations and issues (WASI SDK 15.0)
309 - ``os.utime*()`` is buggy in WASM SDK 15.0, see
392 Emscripten SDK and WASI SDK define several built-in macros. You can dump a
394 ``/path/to/wasi-sdk/bin/clang -dM -E - < /dev/null``.
438 ### Install [Emscripten SDK](https://emscripten.org/docs/getting_started/downloads.html)
440 **NOTE**: Follow the on-screen instructions how to add the SDK to ``PATH``.
460 Emscripten SDK provides static builds of core libraries without PIC
470 ### Install [WASI-SDK](https://github.com/WebAssembly/wasi-sdk)
472 **NOTE**: WASI-SDK's clang may show a warning on Fedora:
480 …l -sSf -L -O https://github.com/WebAssembly/wasi-sdk/releases/download/wasi-sdk-${WASI_VERSION}/wa…
481 mkdir -p /opt/wasi-sdk
482 tar --strip-components=1 -C /opt/wasi-sdk -xvf wasi-sdk-${WASI_VERSION_FULL}-linux.tar.gz
483 rm -f wasi-sdk-${WASI_VERSION_FULL}-linux.tar.gz