Files
tinygo/targets
ZauberNerd 0b5d300d94 targets/wasi: remove --export-dynamic linker flag
Exporting symbols seems to embed them in the WASM exports section which
causes wasmtime to fail: https://github.com/bytecodealliance/wasmtime/issues/2587
As a workaround, it is possible to specify the `--allow-unknown-exports`
flag on wasmtime.
But as discussed in the above linked issue, this seems to only be a
workaround. For the Rust compiler the fix was to remove the
`--export-dynamic` linker flag when targeting `wasm32-wasi`:
https://github.com/rust-lang/rust/pull/81255
Which is waht this commit does for Tinygo too.
2022-03-19 15:36:44 +01:00
..
2022-01-09 11:04:10 +01:00
2022-01-09 11:04:10 +01:00
2022-01-09 11:04:10 +01:00
2022-01-09 11:04:10 +01:00
2022-01-09 11:04:10 +01:00
2022-01-09 11:04:10 +01:00
2022-01-09 11:04:10 +01:00
2020-09-09 19:17:11 +02:00
2022-01-09 11:04:10 +01:00
2021-09-05 19:59:26 +02:00
2022-01-09 11:04:10 +01:00
2021-10-20 20:28:47 +02:00
2021-11-20 09:37:24 +01:00
2022-01-10 11:10:06 +01:00
2021-03-04 15:46:05 +01:00
2021-04-14 09:17:54 +02:00
2018-10-06 13:04:14 +02:00
2019-11-16 21:57:18 +01:00
2020-10-20 19:13:43 +02:00
2020-10-20 19:13:43 +02:00
2018-10-18 15:07:06 +02:00
2020-07-13 12:35:53 +02:00
2020-02-18 23:34:56 +01:00
2020-02-18 23:34:56 +01:00
2020-02-18 23:34:56 +01:00
2021-03-28 21:38:05 +02:00
2020-03-26 23:03:55 +01:00
2021-10-05 05:52:03 +02:00
2018-09-22 01:51:44 +02:00
2020-12-15 06:51:35 +01:00
2021-03-23 08:33:59 +01:00
2022-01-13 07:56:08 +01:00
2020-07-08 21:58:15 +02:00
2020-11-11 18:34:47 +01:00