Class: ZephyrRb::Builder
- Inherits:
-
Object
- Object
- ZephyrRb::Builder
- Defined in:
- lib/zephyr_rb/cli.rb
Constant Summary collapse
- DIST_DIR =
File.('../../../dist', __dir__)
- SRC_DIR =
File.('../../../src', __dir__)
Instance Method Summary collapse
Instance Method Details
#build ⇒ Object
60 61 62 63 64 65 |
# File 'lib/zephyr_rb/cli.rb', line 60 def build ensure_directories download_ruby_wasm if needs_ruby_wasm? bundle_distribution end |