You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Devcontainers are tools that allows you to create and manage isolated development environments in containers. It provides a consistent and reproducible development environment across different machines and operating systems.
9
9
10
-
It is the fastest and easiest way to develop Ocre in Linux, macOS, and Windows. As it already comes preinstalled with all the necessary tools for building Ocre and the samples, including wasi-sysroot.
10
+
It is the fastest and easiest way to develop Ocre in Linux, macOS, and Windows. As it already comes preinstalled with all the necessary tools for building Ocre and the samples, including wasi-sdk.
11
11
12
12
More information can be found at [the official Devcontainers documentation](https://containers.dev/).
For building WASM/WASI containers (including the test containers), we need the WASI Sysroot.
33
-
Download wasi-sysroot from [the WASI SDK releases page](https://github.com/WebAssembly/wasi-sdk/releases) for your platform. The current recommended version is `wasi-sysroot-29`.
32
+
For building WASM/WASI containers (including the test containers), we need the WASI-SDK.
33
+
Download a WASI-P1 compatible WASI-SDK from [the WASI SDK releases page](https://github.com/WebAssembly/wasi-sdk/releases) for your platform. The current recommended version is `wasi-sdk-29`.
34
34
35
-
This is usually installed under `/opt/wasi-sysroot` for default easy usage without the need to set environment variables.
35
+
This is usually installed under `/opt/wasi-sdk` for default easy usage without the need to set environment variables.
36
36
37
-
Download, unpack and install wasi-sysroot:
37
+
Download, unpack and install WASI SDK. Note that these are Linux binary packages. Make sure you replace `amd_64` with `arm64` in case your host is ARM64 based:
0 commit comments