Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use ruby.wasm 0.5.0 #55

Merged
merged 1 commit into from
Dec 3, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ruby-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: npm install on npm/
run: |
cd npm
cat package.json | jq '.dependencies."ruby-head-wasm-wasi" |= ">= 0.4.0-2022-11-06-b < 0.4.0"' > package.json.new
cat package.json | jq '.dependencies."ruby-head-wasm-wasi" |= ">= 0.5.0-2022-11-24-a < 0.5.0"' > package.json.new
mv package.json.new package.json
npm update

Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [0.1.11] - 2022-12-03

- use ruby.wasm 0.5.0

## [0.1.10] - 2022-11-11

- use ruby.wasm 0.4.0
Expand Down
2 changes: 1 addition & 1 deletion gem/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
bormashino (0.1.10)
bormashino (0.1.11)
json_pure (~> 2.6, >= 2.6.1)
os (~> 1.1, >= 1.1.4)
ruby2_keywords (= 0.0.4)
Expand Down
4 changes: 2 additions & 2 deletions gem/lib/bormashino/tasks/bormashino.rake
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ require 'uri'
require 'os'
require 'digest/md5'

RELEASE_DATE = ENV['RELEASE_DATE'] || 'ruby-head-wasm-wasi-0.4.0'.freeze
# https://github.com/ruby/ruby.wasm/releases/download/ruby-head-wasm-wasi-0.4.0/ruby-head-wasm32-unknown-wasi-full-js.tar.gz
RELEASE_DATE = ENV['RELEASE_DATE'] || 'ruby-head-wasm-wasi-0.5.0'.freeze
# https://github.com/ruby/ruby.wasm/releases/download/ruby-head-wasm-wasi-0.5.0/ruby-head-wasm32-unknown-wasi-full-js.tar.gz
RUBY_RELEASE = "https://github.com/ruby/ruby.wasm/releases/download/#{RELEASE_DATE}/ruby-head-wasm32-unknown-wasi-full-js.tar.gz".freeze

WASI_VFS_RELEASE = 'https://github.com/kateinoigakukun/wasi-vfs/releases/download/v0.1.1/wasi-vfs-cli-x86_64-unknown-linux-gnu.zip'.freeze
Expand Down
2 changes: 1 addition & 1 deletion gem/lib/bormashino/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Bormashino
VERSION = '0.1.10'
VERSION = '0.1.11'
end
14 changes: 7 additions & 7 deletions npm/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions npm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "bormashino",
"description": "The package to build SPAs with Ruby",
"homepage": "https://github.com/keyasuda/bormashino",
"version": "0.1.10",
"version": "0.1.11",
"main": "src/index.js",
"scripts": {
"test": "jest --notify src/",
Expand All @@ -22,6 +22,6 @@
"@wasmer/wasi": "0.12.0",
"@wasmer/wasmfs": "^0.12.0",
"html5-history-router": "^1.1.0",
"ruby-head-wasm-wasi": "0.4.0"
"ruby-head-wasm-wasi": "0.5.0"
}
}
2 changes: 1 addition & 1 deletion test-app/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ GIT
PATH
remote: ../gem
specs:
bormashino (0.1.10)
bormashino (0.1.11)
json_pure (~> 2.6, >= 2.6.1)
os (~> 1.1, >= 1.1.4)
ruby2_keywords (= 0.0.4)
Expand Down
6 changes: 3 additions & 3 deletions test-app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.