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
Copy file name to clipboardExpand all lines: ReadMe.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ In addition, the generated sequence types support iterators now. However, there
34
34
If you have used mFAST 1.1 version, please notice there are some backward-incompatible changes. First, to make a existing field absent, please use `msg_mref.omit_fieldName()` instead of `msg_mref.set_fieldName().as_absent()`. Second, if you have developed your own visitor for mFAST cref/mref types, the visitor has to be able to visit the new enum cref/mref types.
35
35
36
36
#### Using mFAST across the web
37
-
* OCI has successfully translated the mF AST source code into asm.js (an efficient subset of JavaScript).
37
+
* OCI has successfully translated the mFAST source code into asm.js (an efficient subset of JavaScript).
38
38
* The asm.js version of mFAST when used with Socket.io enables high volume data exchanges between browsers and servers.
39
39
* This is an ideal data format for streaming graphs and feeds to web and mobile clients.
40
40
* It can also go the other direction to stream from web and mobile clients.
0 commit comments