-
Notifications
You must be signed in to change notification settings - Fork 232
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Roadmap towards IPLD #115
Comments
I will like to add my one cent: It would be great to add it to the road map. |
|
I think WebAssembly is one of the best candidates for wire format there is. Code is stored in AST (abstract syntax tree) which allows for very low loading times (as AST is something most interpreters and JITs will process the code to, no need for parsing). The lowest level language (as it is AST) shares a lot in looks with LISP. WA comes in as bare as language can be. All more advanced functions (for example i/o) have to be requested as a module. |
Moved to ipld/specs#41 |
Let's collect the IPLD bigger picture here
cc (@jbenet, @mildred, @dignifiedquire, @Stebalien)
I will clean this up in different issues
The text was updated successfully, but these errors were encountered: