Sha256: df9ffef67ee7ec7d8dc5c4a869232238c3d4b24f397d33818710504577dd5a04
Contents?: true
Size: 1.5 KB
Versions: 0
Compression: gzip
Compressed size: 692 Bytes
Stored size: 692 Bytes
Contents
--- !ruby/object:Gem::Specification name: wasmtime version: !ruby/object:Gem::Version version: 0.1.0 platform: x86_64-linux authors: - David Cristofaro autorequire: bindir: bin cert_chain: [] date: 2020-05-07 00:00:00.000000000 Z dependencies: [] description: This gem allows you to use the Wasmtime WebAssembly runtime from within your Ruby project. 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/func.rs - src/instance.rs - src/lib.rs - src/memory.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: Wasmtime WebAssembly runtime test_files: []