Skip to content

Commit

Permalink
Try to use wasmex but fail
Browse files Browse the repository at this point in the history
Needs a new release with a rustler precompiled build
  • Loading branch information
RoyalIcing committed Jun 30, 2024
1 parent 1e1769b commit 63a639a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ defmodule Orb.MixProject do
# {:wasmex, "~> 0.8.3", only: :test},
# {:wasmex,
# git: "https://github.com/tessi/wasmex.git",
# ref: "3eac8b87f4cb17e47ac35a8315123cdcb812a447",
# ref: "863cb01aba128420ed7d4ba6b755c2a9c421afef",
# only: :test},
{:orb_wasmtime, "~> 0.1.13", only: :test},
{:jason, "~> 1.0", only: :test},
Expand Down
2 changes: 1 addition & 1 deletion mix.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
"rustler": {:hex, :rustler, "0.31.0", "7e5eefe61e6e6f8901e5aa3de60073d360c6320d9ec363027b0197297b80c46a", [:mix], [{:jason, "~> 1.0", [hex: :jason, repo: "hexpm", optional: false]}, {:toml, "~> 0.6", [hex: :toml, repo: "hexpm", optional: false]}], "hexpm", "99e378459bfb9c3bda6d3548b2b3bc6f9ad97f728f76bdbae7bf5c770a4f8abd"},
"rustler_precompiled": {:hex, :rustler_precompiled, "0.7.1", "ecadf02cc59a0eccbaed6c1937303a5827fbcf60010c541595e6d3747d3d0f9f", [:mix], [{:castore, "~> 0.1 or ~> 1.0", [hex: :castore, repo: "hexpm", optional: false]}, {:rustler, "~> 0.23", [hex: :rustler, repo: "hexpm", optional: true]}], "hexpm", "b9e4657b99a1483ea31502e1d58c464bedebe9028808eda45c3a429af4550c66"},
"toml": {:hex, :toml, "0.7.0", "fbcd773caa937d0c7a02c301a1feea25612720ac3fa1ccb8bfd9d30d822911de", [:mix], [], "hexpm", "0690246a2478c1defd100b0c9b89b4ea280a22be9a7b313a8a058a2408a2fa70"},
"wasmex": {:git, "https://github.com/tessi/wasmex.git", "3eac8b87f4cb17e47ac35a8315123cdcb812a447", [ref: "3eac8b87f4cb17e47ac35a8315123cdcb812a447"]},
"wasmex": {:git, "https://github.com/tessi/wasmex.git", "863cb01aba128420ed7d4ba6b755c2a9c421afef", [ref: "863cb01aba128420ed7d4ba6b755c2a9c421afef"]},
}

0 comments on commit 63a639a

Please sign in to comment.