Sha256: de11fc3eb866f632fe52420f40e4c0127026f32f690513e6395fc6dda73ccc29
Contents?: true
Size: 1.46 KB
Versions: 0
Compression: gzip
Compressed size: 674 Bytes
Stored size: 674 Bytes
Contents
--- !ruby/object:Gem::Specification name: wasmtime version: !ruby/object:Gem::Version version: 0.2.0 platform: x86_64-linux authors: - David Cristofaro autorequire: bindir: bin cert_chain: [] date: 2020-05-19 00:00:00.000000000 Z dependencies: [] description: email: - david@dtcristo.com executables: [] extensions: [] extra_rdoc_files: [] files: - ".cargo/config" - CHANGELOG.md - Cargo.lock - Cargo.toml - LICENSE - README.md - ext/wasmtime/Makefile - ext/wasmtime/Rakefile - ext/wasmtime/extconf.rb - lib/tasks/compile.rake - lib/wasmtime.rb - lib/wasmtime/native.so - lib/wasmtime/refinements.rb - lib/wasmtime/require.rb - lib/wasmtime/version.rb - src/export.rs - src/func.rs - src/instance.rs - src/lib.rs - src/memory.rs - src/ruby_type.rs - src/vm.rs homepage: https://github.com/dtcristo/wasmtime-ruby licenses: - Apache-2.0 WITH LLVM-exception metadata: source_code_uri: https://github.com/dtcristo/wasmtime-ruby changelog_uri: https://github.com/dtcristo/wasmtime-ruby/blob/master/CHANGELOG.md post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 2.5.0 required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubygems_version: 3.1.2 signing_key: specification_version: 4 summary: Ruby bindings for Wasmtime, a WebAssembly runtime test_files: []