We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cd4989 commit ba3a380Copy full SHA for ba3a380
packages/npm-packages/ruby-wasm-wasi/src/index.ts
@@ -1,2 +1,2 @@
1
export { consolePrinter } from "./console.js";
2
-export * from "./vm.js"
+export * from "./vm.js";
rakelib/doc.rake
@@ -4,7 +4,12 @@ require "ruby_wasm/version"
4
RDoc::Task.new do |doc|
5
doc.main = "README.md"
6
doc.title = "ruby.wasm Documentation"
7
- doc.rdoc_files = FileList.new %w[*.md packages/gems/js/ext/**/*.c packages/gems/js/lib/**/*.rb]
+ doc.rdoc_files =
8
+ FileList.new %w[
9
+ *.md
10
+ packages/gems/js/ext/**/*.c
11
+ packages/gems/js/lib/**/*.rb
12
+ ]
13
end
14
15
namespace :doc do
0 commit comments