enhancementhelp wanted
Repository metrics
- Stars
- (1,832 stars)
- PR merge metrics
- (PR metrics pending)
Description
This section should:
- Explain the current state of unwinding, ie how
panic=abortis the only option. - Describe what "aborting" means in this context, and how it turns into a JS error, and how
Dropimplementations are not run. - Warn against the dangers of re-entering wasm after it has "aborted" due to inconsistent state from
Dropimpls not running. - Describe how JS can handle "aborts" by creating a new instance of the wasm module.
- Briefly talk about potential future support for unwinding and link to the proposal.