Sha256: df84e00dd05db745da323596eb315c1654adc509406b27db859133b99c0da1a3

Contents?: true

Size: 395 Bytes

Versions: 5

Compression:

Stored size: 395 Bytes

Contents

# Specify the list of directories to be included into the final
# app.wasm file.
pack_directories:
  - app
  - lib
  - config
  - db
  - public

# Specify the list of gems to skip during the base module compiliation.
# Usually, you want to specify the gems with native extensions that are
# not currently Wasm-compatible.
exclude_gems:
  - bigdecimal
  - nio4r
  - io-console
  - psych
  - date

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
wasmify-rails-0.2.0 lib/generators/wasmify/install/templates/config/wasmify.yml
wasmify-rails-0.1.5 lib/generators/wasmify/install/templates/config/wasmify.yml
wasmify-rails-0.1.4 lib/generators/wasmify/install/templates/config/wasmify.yml
wasmify-rails-0.1.3 lib/generators/wasmify/install/templates/config/wasmify.yml
wasmify-rails-0.1.2 lib/generators/wasmify/install/templates/config/wasmify.yml