Files
tinygo/src/runtime
Ayke van Laethem ad4d722f54 all: move -panic=trap support to the compiler/runtime
Support for `-panic=trap` was previously a pass in the optimization
pipeline. This change moves it to the compiler and runtime, which in my
opinion is a much better place.

As a side effect, it also fixes
https://github.com/tinygo-org/tinygo/issues/4161 by trapping inside
runtime.runtimePanicAt and not just runtime.runtimePanic.

This change also adds a test for the list of imported functions. This is
a more generic test where it's easy to add more tests for WebAssembly
file properties, such as exported functions.
2024-03-19 07:10:51 +01:00
..
2018-09-14 20:58:00 +02:00
2023-05-20 14:49:31 +02:00
2019-04-13 19:58:58 +02:00
2022-06-19 11:51:12 +02:00
2023-08-04 11:59:11 +02:00
2023-03-24 09:22:38 -07:00
2022-12-19 23:20:11 +01:00
2023-08-17 18:16:54 +02:00
2023-08-17 18:16:54 +02:00
2023-01-17 19:32:18 +01:00
2022-12-19 23:20:11 +01:00
2023-08-04 11:59:11 +02:00
2022-12-19 23:20:11 +01:00
2022-12-19 23:20:11 +01:00
2023-08-17 18:16:54 +02:00
2023-05-20 21:18:02 +02:00
2023-05-20 21:18:02 +02:00
2024-02-19 19:10:21 +01:00
2024-02-19 19:10:21 +01:00
2023-08-04 11:59:11 +02:00
2024-03-02 21:17:34 +01:00
2018-09-16 13:01:03 +02:00
2022-08-25 11:30:33 +02:00