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
[iterator.js:26-32](https://github.com/ewasm/wasm-json-toolkit/blob/e9fdd9498451b39b84c1167e78dc4aad03b055bd/iterator.js#L26-L32"Source code on GitHub")
94
94
95
-
if the orignal wasm module was modified then this will return the modified
95
+
if the original wasm module was modified then this will return the modified
96
96
wasm module
97
97
98
98
## iterator
@@ -107,14 +107,14 @@ return {Iterator.<Section>}
107
107
[iterator.js:64-110](https://github.com/ewasm/wasm-json-toolkit/blob/e9fdd9498451b39b84c1167e78dc4aad03b055bd/iterator.js#L64-L110"Source code on GitHub")
108
108
109
109
The section class is always internal created by the Module class. And return
110
-
through the Module's iternator
110
+
through the Module's iterator
111
111
112
112
113
113
## toJSON
114
114
115
115
[iterator.js:83-85](https://github.com/ewasm/wasm-json-toolkit/blob/e9fdd9498451b39b84c1167e78dc4aad03b055bd/iterator.js#L83-L85"Source code on GitHub")
116
116
117
-
Parses the section and return the JSON repesentation of it
117
+
Parses the section and return the JSON representation of it
0 commit comments