Files
cli/vendor/wit-component/tests/components/initialize/module.wat

7 lines
204 B
Plaintext
Raw Normal View History

;; This test ensures that the `_initialize` function is hooked up to execute
;; when the component is instantiated.
(module
(func (export "a") unreachable)
(func (export "_initialize") unreachable)
)