Commit Graph

2405 Commits

Author SHA1 Message Date
Michaël Van Canneyt
87631018bc * Add license header 2024-09-08 10:58:01 +02:00
Michaël Van Canneyt
e9df862a56 * Remove non-existing files 2024-09-08 10:48:34 +02:00
Michaël Van Canneyt
9043affe45 * Fix names (see bug 40915 in FPC) 2024-09-08 10:48:15 +02:00
Michaël Van Canneyt
9a0555cacd * Prefix and add const 2024-09-08 10:31:39 +02:00
Michaël Van Canneyt
44a0bdb82e * needed here as well to compile host 2024-09-07 23:36:59 +02:00
Michaël Van Canneyt
cc6810e6e6 * Regexp support 2024-09-07 23:36:41 +02:00
Michaël Van Canneyt
f07765b895 * Improve HTML 2024-09-07 23:33:09 +02:00
Michael Van Canneyt
a7f2e4e743 * WebSocket close event 2024-09-07 17:38:39 +02:00
Michael Van Canneyt
77490ff695 * Headers default on headers object 2024-09-07 17:38:39 +02:00
Michael Van Canneyt
368b3ecf71 GetMemInfo calls 2024-09-07 17:38:39 +02:00
Michaël Van Canneyt
d83b17f4fd * Improvements to RegExp 2024-09-07 17:36:11 +02:00
Michaël Van Canneyt
b05c3cb55e * Websocket API 2024-09-07 17:35:46 +02:00
Michaël Van Canneyt
05d527bd9c * More examples, add examples to install 2024-08-30 23:16:43 +02:00
Michaël Van Canneyt
dc418b3fea * Add content to download anchor 2024-08-28 22:43:05 +02:00
Michaël Van Canneyt
8802cf610b * Some cleanup 2024-08-28 22:31:26 +02:00
Michaël Van Canneyt
4dda20fc64 * Remove some fetch duplicate overloads 2024-08-28 22:13:41 +02:00
Michaël Van Canneyt
bbd489c313 * ZenFS filesystem utils and demo 2024-08-28 22:13:41 +02:00
Michaël Van Canneyt
3608db7e53 * Moved example to basic 2024-08-28 22:13:41 +02:00
Michaël Van Canneyt
7d37ef3f4e * Add placeholder 2024-08-28 22:13:41 +02:00
Michael Van Canneyt
ed6fdbdfbc * No length for TJSWebAssemblyMemory. 2024-08-23 16:46:51 +02:00
Michael Van Canneyt
9361ce944f * GetStats and DumpLiveObjects calls 2024-08-23 16:45:40 +02:00
Michael Van Canneyt
8770967f35 * Console log changed to error in case of exception 2024-08-20 17:05:51 +02:00
Michael Van Canneyt
c697d58176 * Use text encoder (since we have webassembly support, we can assume textencoder support) 2024-08-19 15:10:00 +02:00
Michael Van Canneyt
767c226db7 * Correct write at 2024-08-19 15:09:20 +02:00
Michael Van Canneyt
c1a482a13e * No double seek, 2024-08-19 15:08:34 +02:00
Michael Van Canneyt
2d7c39d984 * Add resetTransform 2024-08-09 16:24:04 +02:00
Michael Van Canneyt
bdf72760eb * Nicer default images 2024-08-09 16:24:04 +02:00
Michael Van Canneyt
2db04c9e87 * Sizes of Floats 2024-08-09 16:24:04 +02:00
Michael Van Canneyt
af5b1434dc * SetMemoryFromArray 2024-08-09 16:24:04 +02:00
Henrique Gottardi Werlang
22504d1d60 Fix for virtual interface when the class inherited from this class as an interface type in the implementation. 2024-08-07 13:49:08 +00:00
Henrique Gottardi Werlang
596ed58822 Removed not used function QueryInterface function. 2024-08-07 13:47:14 +00:00
Henrique Gottardi Werlang
1c7beb5263 Created the "withResolvers" in the promise class. 2024-08-07 08:20:51 -03:00
Michael Van Canneyt
2bf664778e * Allow to inspect class-valued types 2024-08-06 14:26:18 +02:00
Michaël Van Canneyt
50562a0457 * No session files in git 2024-08-06 09:09:41 +02:00
Michaël Van Canneyt
fefd1e602e * Corrections so it compiles with latest JOB & WASI classes 2024-08-06 09:09:41 +02:00
Michaël Van Canneyt
44f8c7e352 * Add event handler for exceptions 2024-08-06 09:09:41 +02:00
Michael Van Canneyt
ba76fe4b78 * Some fixes and improvements: refresh tree 2024-08-01 18:12:37 +02:00
Michael Van Canneyt
01a49fbe68 * Some fixes and improvements: refresh tree 2024-08-01 18:10:24 +02:00
Michael Van Canneyt
09a24f2b17 * Improvements to object inspector 2024-07-29 17:17:18 +02:00
Michael Van Canneyt
4dfcc7f5dc * Reference sources 2024-07-29 15:53:51 +02:00
Michael Van Canneyt
1aaa3d62fd * Some corrections & better title 2024-07-29 15:42:24 +02:00
Michael Van Canneyt
b81e313402 * Really simple event handler demo 2024-07-29 15:40:21 +02:00
Michael Van Canneyt
8ea30c73c1 * Generic webassembly JOB loader 2024-07-29 15:35:43 +02:00
Michael Van Canneyt
63a8c9c137 * Do not try to instantiate webassembly if fetch did not result in status 200. 2024-07-29 15:29:33 +02:00
Michaël Van Canneyt
4eebcb7f5f * Demo for wasm debug object inspector 2024-07-29 09:01:29 +02:00
Michaël Van Canneyt
c5da62bd2e * Javascript side of webassembly object inspector 2024-07-27 15:44:43 +02:00
Michaël Van Canneyt
02455161f4 * Add replaceChildren. Fixes issue #39282 2024-07-24 14:11:16 +02:00
Henrique Gottardi Werlang
18a40f92ee When invoke an asynchronous method, the invoke function return the promise created. 2024-06-27 15:31:15 +00:00
Henrique Gottardi Werlang
0e5c9df70b Changed the interface to type info function don't raise compiler error. 2024-06-27 15:29:59 +00:00
Michaël Van Canneyt
14601cabf0 * Object ID can be 0 - we allow nil then. 2024-06-27 17:28:55 +02:00