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
+55-42Lines changed: 55 additions & 42 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,58 @@ So a second goal is to make implementing a fast and efficient integration doable
29
29
30
30
The reason I chose SpiderMonkey as the engine is that I've been dealing with less modern engines in my java projects and not being able to use the latest and greatest ECMA-script features becomes quite disappointing at times.
31
31
32
+
# Examples
33
+
34
+
Cargo.toml
35
+
36
+
```toml
37
+
[dependencies]
38
+
# latest tag
39
+
es_runtime = {git = "https://github.com/DRFos/es_runtime", tag = "0.4.0"}
0 commit comments