fix: handle large allocations (missing commits) (#14)

This commit is contained in:
zach
2022-09-12 23:17:05 -07:00
committed by GitHub
parent ddde19b6f4
commit 4a49408045
5 changed files with 36 additions and 21 deletions

View File

@@ -7,4 +7,3 @@ manifest = {
plugin = Extism::Plugin.new(manifest)
res = JSON.parse(plugin.call("count_vowels", ARGV[0] || "this is a test"))
puts res['count']