Sha256: d42af812d04fe703895bccd9398e5f7e32d4b096aac842fe5840f59f8c1166cb
Contents?: true
Size: 282 Bytes
Versions: 268
Compression:
Stored size: 282 Bytes
Contents
# frozen_string_literal: true require_relative "wasmtime/version" # Tries to require the extension for the given Ruby version first begin RUBY_VERSION =~ /(\d+\.\d+)/ require "wasmtime/#{Regexp.last_match(1)}/wasmtime_rb" rescue LoadError require "wasmtime/wasmtime_rb" end
Version data entries
268 entries across 268 versions & 1 rubygems