File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -119,13 +119,18 @@ my_erlang_app
119119 └── unit_SUITE.erl
120120```
121121
122- And that the convention is followed where, using the ` dest ` attribute of the ` erlc ` rule:
122+ And that the convention is followed where, using the ` dest ` attribute of the ` erlang_bytecode ` rule:
1231231 . Compiled production bytecode is placed in ` ebin `
1241242 . Compiled test bytecode is placed in ` src `
1251253 . Compiled test suite and test helper bytecode is placed in ` test `
126126
127127The example above follows these conventions.
128128
129+ ## Additional examples
130+
131+ - https://github.com/rabbitmq/lz4-erlang uses rules_erlang with bzlmod and compiles native extensions
132+ - https://github.com/rabbitmq/rabbitmq-server provides a complex example of usage
133+
129134## Copyright and License
130135
131136(c) 2020-2022, VMware Inc or its affiliates.
You can’t perform that action at this time.
0 commit comments