1 2 3 4 5 6 7 8 9
;; RUN: component unbundle --module-dir %tmpdir --wat % --threshold 10 (component (core module $not-extracted) ;; not extracted, too small (core module $"extract me please" (import "a" "b" (func)) ) )