Sha256: da7ac40581e14db50a69b970c6d5aac1ff72732fc806728919c7e458949171db

Contents?: true

Size: 235 Bytes

Versions: 36

Compression:

Stored size: 235 Bytes

Contents

# frozen_string_literal: true

require "mkmf"
require "rb_sys/mkmf"

create_rust_makefile("wasmtime/wasmtime_rb") do |ext|
  ext.extra_cargo_args += ["--crate-type", "cdylib"]
  ext.extra_cargo_args += ["--package", "wasmtime-rb"]
end

Version data entries

36 entries across 36 versions & 1 rubygems

Version Path
wasmtime-30.0.2 ext/extconf.rb
wasmtime-29.0.0 ext/extconf.rb
wasmtime-28.0.0 ext/extconf.rb
wasmtime-27.0.0 ext/extconf.rb
wasmtime-26.0.0 ext/extconf.rb
wasmtime-25.0.2 ext/extconf.rb
wasmtime-25.0.1 ext/extconf.rb
wasmtime-25.0.0 ext/extconf.rb
wasmtime-24.0.0 ext/extconf.rb
wasmtime-23.0.2 ext/extconf.rb
wasmtime-22.0.0 ext/extconf.rb
wasmtime-21.0.1 ext/extconf.rb
wasmtime-20.0.2 ext/extconf.rb
wasmtime-20.0.0 ext/extconf.rb
wasmtime-18.0.3 ext/extconf.rb
wasmtime-17.0.1 ext/extconf.rb
wasmtime-17.0.0 ext/extconf.rb
wasmtime-16.0.0 ext/extconf.rb
wasmtime-15.0.1 ext/extconf.rb
wasmtime-15.0.0 ext/extconf.rb