instantiate
inline suspend fun instantiate(bytes: AllowSharedBufferSource): WebAssemblyInstantiatedSource(source)
inline suspend fun instantiate(bytes: AllowSharedBufferSource, importObject: Imports): WebAssemblyInstantiatedSource(source)
inline suspend fun instantiate(bytes: AllowSharedBufferSource, importObject: Imports, options: WebAssemblyCompileOptions?): WebAssemblyInstantiatedSource(source)