From 63a639abd1a4a5c007e7b1802edb7fab48ac2720 Mon Sep 17 00:00:00 2001 From: Patrick Smith Date: Sun, 30 Jun 2024 14:41:32 +1000 Subject: [PATCH] Try to use wasmex but fail Needs a new release with a rustler precompiled build --- mix.exs | 2 +- mix.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mix.exs b/mix.exs index 244ade7..79e5153 100644 --- a/mix.exs +++ b/mix.exs @@ -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}, diff --git a/mix.lock b/mix.lock index 652da23..547136a 100644 --- a/mix.lock +++ b/mix.lock @@ -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"]}, }