Module inner

Source

Enums§

BackendAsyncFunctionEnvHandle
A read-only handle to the FunctionEnv in an BackendAsyncFunctionEnvMut.
BackendAsyncFunctionEnvHandleMut
A mutable handle to the FunctionEnv in an BackendAsyncFunctionEnvMut.
BackendAsyncFunctionEnvMut
A shared handle to a FunctionEnv, suitable for use in async imports.
BackendFunctionEnv
An opaque reference to a function environment. The function environment data is owned by the Store.
BackendFunctionEnvMut
A temporary handle to a FunctionEnv.

Functions§

unsupported_async_backend 🔒