File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22# :markup: markdown
3+ # --
34# typed: ignore
45
6+ # This file is responsible for mirroring the API provided by the C extension. There
7+ # are two backends:
8+ #
9+ # * Native FFI based on the 'ffi' gem
10+ # * WASM compiled to JVM bytecode (JRuby only)
11+
512require_relative "ffi/common"
613
714begin
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22# :markup: markdown
3+ # --
34# typed: ignore
45
5- # This file is responsible for mirroring the API provided by the C extension by
6- # using FFI to call into the shared library.
7-
86require "rbconfig"
97require "ffi"
108
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22# :markup: markdown
3+ # --
34# typed: ignore
45
5- # This file is responsible for mirroring the API provided by the C extension by
6- # using FFI to call into the shared library.
7-
86require "rbconfig"
97require "ffi"
108
You can’t perform that action at this time.
0 commit comments