Nikolay Nikolov
|
edbb865260
+ added comment for the new error message
|
il y a 2 ans |
Nikolay Nikolov
|
fce34eb4bf
+ disallow WebAssembly reference types in records, objects and classes
|
il y a 2 ans |
Nikolay Nikolov
|
8ac46ed38c
Merge remote-tracking branch 'origin/main' into wasm_js_promise_integration
|
il y a 2 ans |
Michael VAN CANNEYT
|
a74a35a16e
* Check that system unit is actually loaded before using it to search for system symbols
|
il y a 2 ans |
Nikolay Nikolov
|
76474c85bd
+ comments for the new error messages
|
il y a 2 ans |
Michael VAN CANNEYT
|
5605cebd46
* Implement -t and -x options
|
il y a 2 ans |
Nikolay Nikolov
|
8acf2e3ff3
+ print a proper error message if a suspending external is used on a non-WebAssembly platform
|
il y a 2 ans |
Nikolay Nikolov
|
f800e40595
+ print an error message, in case 'promising' exports are used on non-WebAssembly platform
|
il y a 2 ans |
Nikolay Nikolov
|
f670ebbb28
* disallow WebAssembly reference types to be declared as var, constref or out parameters
|
il y a 2 ans |
Nikolay Nikolov
|
8743f72f11
+ disallow taking the address of WebAssembly externref type
|
il y a 2 ans |
Michaël Van Canneyt
|
0515be62b4
* Add option to allow emitting comments in RTTI info
|
il y a 2 ans |
florian
|
8ae016fb85
* clearified message is mentioned in documentation issue 39349
|
il y a 2 ans |
florian
|
d06852e6e9
+ exec_e_cant_call_linker shows now the error message
|
il y a 2 ans |
florian
|
f4d9082028
* copyright for 2023 updated
|
il y a 2 ans |
Tomas Hajny
|
baf950bf76
* improved consistency as suggested in bug #40008
|
il y a 2 ans |
Ondrej Pokorny
|
55629aeb19
do not publish enums with jumps
|
il y a 3 ans |
Jonas Maebe
|
403292a131
LLVM backend: address sanitizer support
|
il y a 3 ans |
Nikolay Nikolov
|
14dc066d6b
+ added check whether PPU and program are compiled in the same WebAssembly
|
il y a 3 ans |
Jonas Maebe
|
3ef0db2404
LLVM: list supported LLVM/Xcode versions
|
il y a 3 ans |
Sven/Sarah Barth
|
ea8e3cfc37
+ add an error message that a nested function variable can not be assigned to a function reference
|
il y a 3 ans |
Nikolay Nikolov
|
1fce5121f3
+ added the 'wasmthreads' target switch (enabled via -CTwasmthreads)
|
il y a 3 ans |
Sven/Sarah Barth
|
a0171e4335
+ add an error message for when a symbol can't be captured
|
il y a 3 ans |
Sven/Sarah Barth
|
6a9b4a1b13
+ apply patch by Blaise.ru: allow initialisation of method pointers with class methods (when class types are
|
il y a 3 ans |
Nikolay Nikolov
|
6ee4ee960e
+ added "(experimental)" to the compiler help screen for the WebAssembly compiler options that are still unstable/experimental
|
il y a 3 ans |
Nikolay Nikolov
|
66b471e516
+ support different versions of llvm-mc (version 10 seems to be the earliest that works)
|
il y a 3 ans |
Nikolay Nikolov
|
3994626cb1
* fixed the message in the previous commit
|
il y a 3 ans |
Nikolay Nikolov
|
0c6287894b
* the WebAssembly internal assembler renamed WASM (previously it was OMF, which was the ID of the MS-DOS .obj writer, which I forgot to rename)
|
il y a 3 ans |
Pierre Muller
|
e0de75224b
Add help for -Aomf option for wasm32 CPU and new message for ogwasm binary writer
|
il y a 3 ans |
florian
|
6556d18bed
* better fix for #39634 which avoids breaking existing code
|
il y a 3 ans |
florian
|
559fcdf736
* forbid cyclic pointer definitions, resolves #39634
|
il y a 3 ans |