mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-19 23:19:24 +02:00
* system_wasm_info renamed system_wasm32_embedded_info
git-svn-id: branches/wasm@48363 -
This commit is contained in:
parent
807c743e35
commit
732db97f7c
@ -40,7 +40,7 @@ unit i_wasm;
|
||||
resflags : [res_no_compile];
|
||||
);
|
||||
|
||||
system_wasm_info : tsysteminfo =
|
||||
system_wasm32_embedded_info : tsysteminfo =
|
||||
(
|
||||
system : system_wasm32_embedded;
|
||||
name : 'WebAssembly';
|
||||
|
@ -158,7 +158,7 @@ begin
|
||||
end;
|
||||
|
||||
initialization
|
||||
RegisterTarget(system_wasm_info);
|
||||
RegisterTarget(system_wasm32_embedded_info);
|
||||
RegisterImport(system_wasm32_embedded, timportlibwasm);
|
||||
RegisterExport(system_wasm32_embedded, texportlibwasm);
|
||||
RegisterLinker(ld_wasm, tlinkerwasm);
|
||||
|
Loading…
Reference in New Issue
Block a user