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
+5-4
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
# Aeon ⏳✨
2
2
3
3
Aeon is an extremely tiny, but easy to use WebAssembly runtime, built for demonstration and educational purposes.
4
-
It is so tiny that supports only additions, subtractions and i32 integers.
4
+
It is so tiny that can work only with i32 integers.
5
5
6
6
It is part of the <ahref="https://github.com/thomscoder/luna"target="_blank">Luna</a> project, so they integrate very very well.
7
7
Its purpose is to give an high-level overview of how to build a custom WebAssembly runtime.
@@ -11,14 +11,14 @@ It is by no means a replacement for runtimes like <a href="https://wasmer.io/">W
11
11
Hence, I tried to document it as much as I could!
12
12
13
13
# How to use❓
14
-
Aeon was built with Luna in mind and they travel together so whatever Luna can compile, Aeon can run.
14
+
Aeon was built with Luna in mind and they "travel" together so whatever Luna can compile, Aeon can run.
15
15
- Pass the Wasm binary compiled by <ahref="https://luna-demo.vercel.app/"target="_blank">Luna</a>, the function name and parameters to the main function.
0 commit comments