-
Notifications
You must be signed in to change notification settings - Fork 3
Closed as not planned
Description
I'm currently converting my C# project to WASM so that it could be used with JS.
I'm using UNO.Bootstrap.WASM for this but willing to explore other alternatives like Blazor,
My C# code uses the TRACEPROCESSING library, to read and parse an ETL file.
The .NET code works without WASM well, however with WASM I run into linker errors for not able to find kernel32.dll
I'm probably running into a WASM limitation of not being able to do File IO.
But is there any way around this?
- Can the Traceprocessing library be made open source to know the mechanism of how it parses an ETL file?
- Can Microsoft expose a library similar to Traceprocessing, to parse an ETL file through JS?
- I have already looked at tools like
tracerptwpaexporterwhich are extremely slow in csv generation andxperfis fast but has only a set of prebuilt filtering options but not a lot of room for custom filtering like traceprocessing.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels