File tree Expand file tree Collapse file tree 5 files changed +14
-16
lines changed Expand file tree Collapse file tree 5 files changed +14
-16
lines changed Original file line number Diff line number Diff line change 17
17
toolchain : 1.74.0
18
18
- uses : ruby/setup-ruby@v1
19
19
with :
20
- ruby-version : 3.2
20
+ ruby-version : 3.3
21
21
bundler-cache : true
22
22
- name : Setup yarn
23
23
run : npm install -g yarn
43
43
- name : Build ruby.wasm
44
44
if : steps.cache-ruby-wasm-module.outputs.cache-hit != 'true'
45
45
run : |
46
- bundle exec rbwasm build -o src/ruby.wasm --ruby-version 3.2
46
+ bundle exec rbwasm build -o src/ruby.wasm --ruby-version 3.3
47
47
- name : Build web app
48
48
run : |
49
49
yarn install
Original file line number Diff line number Diff line change @@ -4,4 +4,4 @@ source "https://rubygems.org"
4
4
5
5
gem "js" , "~> 2.5" unless ENV [ "JS" ] == "false"
6
6
gem "ruby_wasm" , "~> 2.5"
7
- gem "ruby-next" , "~> 1.0.3 "
7
+ gem "ruby-next" , "~> 1.1.0 "
Original file line number Diff line number Diff line change 5
5
diff-lcs (1.5.1 )
6
6
js (2.5.0 )
7
7
paco (0.2.3 )
8
- parser (3.3.1 .0 )
8
+ parser (3.3.7 .0 )
9
9
ast (~> 2.4.1 )
10
10
racc
11
- racc (1.7.3 )
11
+ racc (1.8.1 )
12
12
require-hooks (0.2.2 )
13
- ruby-next (1.0.3 )
13
+ ruby-next (1.1.0 )
14
14
paco (~> 0.2 )
15
15
require-hooks (~> 0.2 )
16
- ruby-next-core (= 1.0.3 )
17
- ruby-next-parser (>= 3.2.2.0 )
16
+ ruby-next-core (= 1.1.0 )
17
+ ruby-next-parser (>= 3.4.0.2 )
18
18
unparser (~> 0.6.0 )
19
- ruby-next-core (1.0.3 )
20
- ruby-next-parser (3.2.2.0 )
19
+ ruby-next-core (1.1.0 )
20
+ ruby-next-parser (3.4.0.2 )
21
21
parser (>= 3.0.3.1 )
22
22
ruby_wasm (2.5.0 )
23
- ruby_wasm (2.5.0-aarch64-linux )
24
- ruby_wasm (2.5.0-arm64-darwin )
25
- ruby_wasm (2.5.0-x86_64-linux )
26
- unparser (0.6.13 )
23
+ unparser (0.6.15 )
27
24
diff-lcs (~> 1.3 )
28
25
parser (>= 3.3.0 )
29
26
@@ -35,7 +32,7 @@ PLATFORMS
35
32
36
33
DEPENDENCIES
37
34
js (~> 2.5 )
38
- ruby-next (~> 1.0.3 )
35
+ ruby-next (~> 1.1.0 )
39
36
ruby_wasm (~> 2.5 )
40
37
41
38
BUNDLED WITH
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ Play with Ruby Next right in the browser (powered by [ruby.wasm](https://github.
23
23
Use the following command:
24
24
25
25
``` sh
26
- bundle exec rbwasm build -o src/ruby.wasm --ruby-version 3.2
26
+ bundle exec rbwasm build -o src/ruby.wasm --ruby-version 3.3
27
27
```
28
28
29
29
This would build a JS-compatible WASM module. To build JS-free WASM module, use the ` JS=false ` env var.
Original file line number Diff line number Diff line change @@ -63,6 +63,7 @@ <h1 class="text-2xl">Playground</h1>
63
63
< sl-option value ="3.1.0 "> 3.1.0</ sl-option >
64
64
< sl-option value ="3.2.0 "> 3.2.0</ sl-option >
65
65
< sl-option value ="3.3.0 "> 3.3.0</ sl-option >
66
+ < sl-option value ="3.4.0 "> 3.4.0</ sl-option >
66
67
</ sl-select >
67
68
< sl-button variant ="success " target ="run-btn " >
68
69
< span class ="flex flex-row items-center ">
You can’t perform that action at this time.
0 commit comments