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

Method stopUnwind

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

Source from the content-addressed store, hash-verified

216 }
217
218 private stopUnwind() : void {
219 if (this.exports.asyncify_stop_unwind === undefined) {
220 throw Error("Asynctify is not enabled, please compile with -s ASYNCIFY=1 in emcc");
221 }
222 this.exports.asyncify_stop_unwind();
223 this.state = AsyncifyStateKind.None;
224 }
225 /**
226 * Initialize the wasm memory to setup necessary meta-data
227 * for asynctify handling

Callers 1

wrapExportMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected