Skip to content

Commit

Permalink
rake format
Browse files Browse the repository at this point in the history
  • Loading branch information
kateinoigakukun committed Jan 4, 2024
1 parent 7cd4989 commit ba3a380
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/npm-packages/ruby-wasm-wasi/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export { consolePrinter } from "./console.js";
export * from "./vm.js"
export * from "./vm.js";
7 changes: 6 additions & 1 deletion rakelib/doc.rake
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ require "ruby_wasm/version"
RDoc::Task.new do |doc|
doc.main = "README.md"
doc.title = "ruby.wasm Documentation"
doc.rdoc_files = FileList.new %w[*.md packages/gems/js/ext/**/*.c packages/gems/js/lib/**/*.rb]
doc.rdoc_files =
FileList.new %w[
*.md
packages/gems/js/ext/**/*.c
packages/gems/js/lib/**/*.rb
]
end

namespace :doc do
Expand Down

0 comments on commit ba3a380

Please sign in to comment.