We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00a0bd5 commit 4199351Copy full SHA for 4199351
doc/design.md
@@ -30,7 +30,7 @@ This picture depicts the aWsm pipeline.
30
31
- Programming languages are compiled into Wasm, for example, using LLVM.
32
- 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.
+- The aWsm compiler inputs binary Wasm, generates LLVM IR corresponding to the Wasm.
34
- This IR is compiled with the runtime to generate the final object that exports `wasm_main` to execute in the broader application.
35
36
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