Sha256: 3cdaf965909e4273a2e3bd828d7724670749f9741142fcc87f061ab2286c1783

Contents?: true

Size: 386 Bytes

Versions: 2

Compression:

Stored size: 386 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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
wasmify-rails-0.1.1 lib/generators/wasmify/install/templates/config/wasmify.yml
wasmify-rails-0.1.0 lib/generators/wasmify/install/templates/config/wasmify.yml