Skip to content

Commit 6314db1

Browse files
Update component-model/src/design/why-component-model.md
Co-authored-by: Victor Adossi <123968127+vados-cosmonic@users.noreply.github.com>
1 parent 428763e commit 6314db1

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

component-model/src/design/why-component-model.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ or [WAMR](https://github.com/bytecodealliance/wasm-micro-runtime).
4949

5050
### Limitations of core modules
5151

52-
Core modules are, however, limited in how they expose their functionality to the outside world.
52+
Core modules are limited in the computation they can perform and
53+
how they expose their functionality to the outside world.
5354
In WebAssembly core modules, functions are restricted, essentially,
5455
to using integer (`i32` or `i64`) or floating-point (`f32` or `f64`) types.
5556
Only these types can be passed as arguments to functions,

0 commit comments

Comments
 (0)