Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kjpou1/mono.webassembly.filepackager

CLR Managed version of emscripten's https://github.com/emscripten-core/emscripten/blob/master/tools/file_packager.py
https://github.com/kjpou1/mono.webassembly.filepackager

Last synced: about 2 months ago
JSON representation

CLR Managed version of emscripten's https://github.com/emscripten-core/emscripten/blob/master/tools/file_packager.py

Awesome Lists containing this project

README

        

# Mono.WebAssembly.FilePackager

.NET port of Emscripten's [file_packager.py](https://github.com/emscripten-core/emscripten/blob/incoming/tools/file_packager.py).

Build it with:

Windows:

```
dotnet publish src\Mono.WebAssembly.FilePackager.sln -c Release
```

Mac/Linux

```
dotnet publish src/Mono.WebAssembly.FilePackager.sln -c Release
```