Skip to content

Commit

Permalink
Bump ruby.wasm version to 2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sacckey committed Jan 11, 2025
1 parent 2f730ff commit 7012d18
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ group :development, :test do
end

group :wasm do
gem 'js', '2.6.2'
gem 'ruby_wasm', '2.6.2'
gem 'js', '2.7.0'
gem 'ruby_wasm', '2.7.0'
end
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ GEM
diff-lcs (1.5.0)
ffi (1.16.3)
heap-profiler (0.7.0)
js (2.6.2)
js (2.7.0)
json (2.6.3)
language_server-protocol (3.17.0.3)
parallel (1.23.0)
Expand Down Expand Up @@ -52,8 +52,8 @@ GEM
rubocop-ast (1.29.0)
parser (>= 3.2.1.0)
ruby-progressbar (1.13.0)
ruby_wasm (2.6.2-x86_64-darwin)
ruby_wasm (2.6.2-x86_64-linux)
ruby_wasm (2.7.0-x86_64-darwin)
ruby_wasm (2.7.0-x86_64-linux)
stackprof (0.2.25)
unicode-display_width (2.5.0)

Expand All @@ -63,11 +63,11 @@ PLATFORMS

DEPENDENCIES
heap-profiler (~> 0.7.0)
js (= 2.6.2)
js (= 2.7.0)
rake (~> 13.0)
rspec (~> 3.12)
rubocop (~> 1.57)
ruby_wasm (= 2.6.2)
ruby_wasm (= 2.7.0)
rubyboy!
stackprof (~> 0.2.25)

Expand Down
2 changes: 1 addition & 1 deletion docs/worker.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { DefaultRubyVM } from 'https://cdn.jsdelivr.net/npm/@ruby/wasm-wasi@2.6.2/dist/browser/+esm';
import { DefaultRubyVM } from 'https://cdn.jsdelivr.net/npm/@ruby/wasm-wasi@2.7.0/dist/browser/+esm';
import { File } from 'https://cdn.jsdelivr.net/npm/@bjorn3/[email protected]/+esm';

const DIRECTION_KEY_MASKS = {
Expand Down

0 comments on commit 7012d18

Please sign in to comment.