Skip to content

Implement recover for wasm architecture #2914

Open
@Vilsol

Description

@Vilsol

recover was implemented for most architectures in #2331, however wasm was left out.

As suggested here

tinygo/compiler/defer.go

Lines 29 to 33 in 4c64784

case "wasm32":
// Probably needs to be implemented using the exception handling
// proposal of WebAssembly:
// https://github.com/WebAssembly/exception-handling
return false
it should probably utilize the proposed exception handling: https://github.com/WebAssembly/exception-handling

Opened as per expected closure of #891

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestwasmWebAssembly

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions