This section covers the fundamental concepts of setting up and building Scala Native projects with Bazel.
- 00-bazel-setup: Learn how to configure your
MODULE.bazeland.bazelrcfor Scala Native. - 01-hello-world: A simple native binary that demonstrates basic compilation and execution.
- 02-transitive-dependencies: How to work with external libraries and manage complex dependency graphs.
- 03-testing: Using JUnit to test your native code within the Bazel environment.
- 05-static-and-dynamic-libraries: Understanding how to create and link against different library types.