13d0ce075e
* Integrate with emnapi * resolve conflict * ignore wasm * generate wasi file * Add wasi test to workflow * Fix wasi template * emnapi new initialize api * Finish test * Purne tsconfig * Generate wasi worker * Fix electron test * Finalize check * Noop adjust_external_memory * Apply cr suggestions
3 lines
139 B
JavaScript
3 lines
139 B
JavaScript
import('../index.js').then(({ default: { threadsafeFunctionFatalModeError } }) => {
|
|
return threadsafeFunctionFatalModeError(() => {})
|
|
})
|