Skip to content

Commit 4199351

Browse files
committed
design.md tweak around binary wasm
1 parent 00a0bd5 commit 4199351

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/design.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ This picture depicts the aWsm pipeline.
3030

3131
- Programming languages are compiled into Wasm, for example, using LLVM.
3232
- Wasm has a binary representation and (as depicted) a s-expr representation.
33-
- The aWsm compiler inputs this Wasm, generates LLVM IR corresponding to the Wasm.
33+
- The aWsm compiler inputs binary Wasm, generates LLVM IR corresponding to the Wasm.
3434
- This IR is compiled with the runtime to generate the final object that exports `wasm_main` to execute in the broader application.
3535

3636
In the Figure, we target Arm Cortex-M, and the yellow boxes emphasize how linear memory bounds checks transition throughout the process.

0 commit comments

Comments
 (0)