mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-04-05 07:48:59 +02:00
demo: wasi canvas: added gitignore, wasm lpi, css
This commit is contained in:
parent
b017682e82
commit
680a94c373
1
.gitignore
vendored
1
.gitignore
vendored
@ -9,3 +9,4 @@ units
|
||||
*.js
|
||||
*.o
|
||||
*.wasm
|
||||
link*.res
|
||||
|
1
demo/wasienv/canvas/.gitignore
vendored
Normal file
1
demo/wasienv/canvas/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
lib
|
1
demo/wasienv/canvas/bulma.min.css
vendored
Normal file
1
demo/wasienv/canvas/bulma.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
@ -39,6 +39,21 @@
|
||||
<IncludeFiles Value="$(ProjOutDir)"/>
|
||||
<UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
|
||||
</SearchPaths>
|
||||
<CodeGeneration>
|
||||
<TargetCPU Value="wasm32"/>
|
||||
<TargetOS Value="wasi"/>
|
||||
<Optimizations>
|
||||
<OptimizationLevel Value="0"/>
|
||||
</Optimizations>
|
||||
</CodeGeneration>
|
||||
<Linking>
|
||||
<Debugging>
|
||||
<GenerateDebugInfo Value="False"/>
|
||||
</Debugging>
|
||||
</Linking>
|
||||
<Other>
|
||||
<CompilerPath Value="/usr/lib/fpc/3.3.1/ppcrosswasm32"/>
|
||||
</Other>
|
||||
</CompilerOptions>
|
||||
<Debugging>
|
||||
<Exceptions>
|
||||
|
Loading…
Reference in New Issue
Block a user