MCPcopy Index your code
hub / github.com/apache/tvm / startUnwind

Method startUnwind

web/src/asyncify.ts:210–216  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

208 }
209
210 private startUnwind() : void {
211 if (this.exports.asyncify_start_unwind === undefined) {
212 throw Error("Asynctify is not enabled, please compile with -s ASYNCIFY=1 in emcc");
213 }
214 this.exports.asyncify_start_unwind(ASYNCIFY_DATA_ADDR);
215 this.state = AsyncifyStateKind.Unwinding;
216 }
217
218 private stopUnwind() : void {
219 if (this.exports.asyncify_stop_unwind === undefined) {

Callers 1

wrapImportMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected