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
This example demonstrates a counter application, written in WebAssembly directly. The compiled Wasm module is only 389 bytes.
3
+
This example demonstrates a counter application written directly in WebAssembly Text Format (WAT). The compiled Wasm module is only 389 bytes.
4
4
5
-
It can be a good way to learn and experiment with [the IC system API](https://github.com/dfinity-lab/ic-ref/blob/0.17.0/spec/index.adoc#canister-interface-system-api).
5
+
It can be a good way to learn and experiment with the [IC System API](https://docs.internetcomputer.org/references/ic-interface-spec/canister-interface/#system-api).
6
6
7
7
## Prerequisites
8
8
9
-
Install the `wat2wasm` tool, which is part of [WABT](https://github.com/WebAssembly/wabt).
10
-
For example, on Mac, you can run the following command:
0 commit comments