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
-[WABT (WebAssembly Binary Toolkit)](https://github.com/WebAssembly/wabt) for translating _.wat_ files
13
+
-[Emscripten](https://emscripten.org/docs/getting_started/downloads.html) or [WASI SDK](https://github.com/WebAssembly/wasi-sdk) for translating C files
9
14
10
15
## Building
11
16
@@ -37,7 +42,16 @@ We summarize the basic steps below:
37
42
38
43
5. Build the project:
39
44
```bash
40
-
$ mx --dy /truffle,/compiler build
45
+
$ mx --dynamicimports /compiler build
41
46
```
42
47
43
48
These steps will build the `wasm.jar` file in the `mxbuild/dists/jdk<version>` directory, which contains GraalWasm.
49
+
50
+
## Testing
51
+
52
+
To run a _.wasm_ file, you can use the following command:
0 commit comments