Files
tinygo/builder
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
..
2022-11-06 09:05:05 +01:00
2023-02-26 19:22:10 +01:00
2024-01-19 13:51:40 +01:00
2023-04-18 22:51:49 +02:00
2023-01-30 21:42:47 +01:00
2024-01-19 13:46:27 +01:00