Skip to content

Commit

Permalink
📃 docs: Add dev resources
Browse files Browse the repository at this point in the history
  • Loading branch information
caoccao committed Oct 30, 2024
1 parent a5d241c commit 8400086
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ implementation 'net.bytebuddy:byte-buddy:1.15.5'

* [Access the Whole JVM](https://www.caoccao.com/Javet/tutorial/advanced/access_the_whole_jvm.html)
* [Dynamic: Anonymous Object for Class](https://www.caoccao.com/Javet/reference/converters/proxy_converter.html#dynamic-anonymous-object-for-class)
* [Development](docs/development.md)
* [Release Notes](docs/release_notes.md)

## License
Expand Down
13 changes: 13 additions & 0 deletions docs/development.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Development

## Resources

- asm
- [Git](https://gitlab.ow2.org/asm/asm)
- [asm4 Guide](https://asm.ow2.io/asm4-guide.pdf)
- ByteBuddy
- [Git](https://github.com/raphw/byte-buddy)
- [Home](https://bytebuddy.net/)
- [Tutorial](https://bytebuddy.net/#/tutorial)
- [Javet](https://github.com/caoccao/Javet)
- [swc4j](https://github.com/caoccao/swc4j)

0 comments on commit 8400086

Please sign in to comment.