We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cdb841 commit 3a90622Copy full SHA for 3a90622
lib/type.h
@@ -564,10 +564,10 @@ struct meminst {
564
565
/*
566
* meminst->allocated is the number of bytes actually
567
- * allocated meminst->data. it can be smaller than size_in_bytes
+ * allocated for meminst->data. it can be smaller than size_in_bytes
568
* in case of sub-page allocation. wasm page size (64KB) is a bit
569
* too large for small use cases. the sub-page allocation is an
570
- * implementation detail which is not visible to the wasm instance.
+ * implementation detail which is not visible to the wasm modules.
571
*/
572
size_t allocated;
573
const struct memtype *type;
0 commit comments