mirror of
https://github.com/extism/extism.git
synced 2026-04-23 03:00:11 -04:00
7 lines
131 B
Ruby
7 lines
131 B
Ruby
# frozen_string_literal: true
|
|
|
|
$LOAD_PATH.unshift File.expand_path("../lib", __dir__)
|
|
require "extism"
|
|
|
|
require "minitest/autorun"
|