Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
delbetu authored Nov 23, 2024
1 parent 0f96b0a commit fdb6eb5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ To run the application locally, you should:

The system is composed of:

app.wasm ==> ruby interpreter + gems installed into a virtual file system and compiled to wasm
Gemfile ==> Hold dependencies (prawn, prawn-table) to be included in app.wasm
Rakefile ==> app.wasm task holds the building process for app.wasm
index.html ==> UI (creates a webassembly module for app.wasm using ruby-wasm-wasi npm package from ruby.wasm)
app.wasm ==> ruby interpreter + gems installed into a virtual file system and compiled to wasm
Gemfile ==> Hold dependencies (prawn, prawn-table) to be included in app.wasm
Rakefile ==> app.wasm task holds the building process for app.wasm
index.html ==> UI (creates a webassembly module for app.wasm using ruby-wasm-wasi npm package from ruby.wasm)

## How pdf generation works
The main view needs to eval ruby code using the prawn library.
Expand Down

0 comments on commit fdb6eb5

Please sign in to comment.