Skip to content

Commit 26078bf

Browse files
committed
Removed wasm development lefotvers
1 parent 63de038 commit 26078bf

File tree

2 files changed

+0
-17
lines changed

2 files changed

+0
-17
lines changed

examples/topics/data_frame/data_reading/array/code.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
['id' => 4],
1515
['id' => 5],
1616
]))
17-
->withEntry('test')
1817
->collect()
1918
->write(to_stream(__DIR__ . '/output.txt', truncate: false))
2019
->run();

wasm/.gitignore

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
1-
/php.wasm
2-
/php.js
3-
/php.data
4-
gh-pages
5-
61
# Build artifacts
72
/php-8.*
8-
/php-7.*
93
*.phar
104
*.phar.br
115
manifest.json
@@ -14,16 +8,6 @@ manifest.json
148
# Build logs
159
*.log
1610

17-
# Nix
18-
.nix/shell/result
19-
.direnv/
20-
result
21-
22-
# Tailwind CSS
23-
/tailwindcss
24-
/input.css
25-
/tailwind.config.js
26-
2711
# Editor files
2812
.*.swp
2913
.*.swo

0 commit comments

Comments
 (0)