Skip to content

Commit 9e6c233

Browse files
Cleanup ./ext directory
1 parent 98c1dcf commit 9e6c233

File tree

5 files changed

+4
-15
lines changed

5 files changed

+4
-15
lines changed

ext/.gitignore

Lines changed: 0 additions & 2 deletions
This file was deleted.

ext/README.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

ext/ruby_wasm/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
## Extension library for `ruby_wasm` gem
2+
3+
This library exposes WebAssembly tools and utilities from Rust ecosystem as Ruby API.

lib/ruby_wasm/build/product/crossruby.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -299,8 +299,7 @@ def extinit_obj
299299
end
300300

301301
def extinit_c_erb
302-
lib_root = File.expand_path("../../../../..", __FILE__)
303-
File.join(lib_root, "ext", "extinit.c.erb")
302+
File.expand_path("../crossruby/extinit.c.erb", __FILE__)
304303
end
305304

306305
def baseruby_path

0 commit comments

Comments
 (0)