File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
packages/npm-packages/ruby-wasm-wasi Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -5,4 +5,5 @@ source "https://rubygems.org"
55group :development do
66 gem "rake"
77 gem "syntax_tree" , "~> 3.5"
8+ gem "webrick"
89end
Original file line number Diff line number Diff line change 3030 "test:unit" : " ./tools/run-test-unit.mjs" ,
3131 "test:e2e" : " npm run test:e2e:example" ,
3232 "test:e2e:example" : " playwright install && playwright test -c test-e2e/playwright.examples.config.ts" ,
33- "serve:example" : " ruby -run -e httpd ./example -p 8085" ,
33+ "serve:example" : " bundle exec ruby -run -e httpd ./example -p 8085" ,
3434 "format" : " prettier --write ." ,
3535 "build:static" : " ./tools/pack-bindgen-src.sh ./dist" ,
3636 "build:rollup" : " rollup -c rollup.config.mjs && tsc --build" ,
You can’t perform that action at this time.
0 commit comments