Files
cli/vendor/wit-component/tests/components/link-stub-wasip2/adapt-wasip2.wat

9 lines
188 B
Plaintext

;; module name: wasi:cli/environment@0.2.0
(module
(type (func (param i32)))
(func $get-environment (type 0)
unreachable
)
(export "get-environment" (func $get-environment))
)