mirror of
https://github.com/fluencelabs/musl
synced 2025-04-24 14:52:13 +00:00
[WebAssembly] Add stub for _Unwind_ForcedUnwind (#41)
This commit is contained in:
parent
b93ae1f7eb
commit
ac877172c1
@ -284,6 +284,7 @@ var unwind = (function() {
|
||||
return {
|
||||
_Unwind_RaiseException: NYI('_Unwind_RaiseException'),
|
||||
_Unwind_DeleteException: NYI('_Unwind_DeleteException'),
|
||||
_Unwind_ForcedUnwind: NYI('_Unwind_ForcedUnwind'),
|
||||
};
|
||||
})();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user