Class: ZephyrRb::Builder

Inherits:
Object
  • Object
show all
Defined in:
lib/zephyr_rb/cli.rb

Constant Summary collapse

DIST_DIR =
File.expand_path('../../dist', __dir__)
SRC_DIR =
File.expand_path('../../src', __dir__)

Instance Method Summary collapse

Instance Method Details

#buildObject



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