Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/frantic0/maximilian-wasm


https://github.com/frantic0/maximilian-wasm

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# maximilian-wasm

`maximilian-wasm` is an Emscripten 2.0.11 port of the Maximilian library to ES module
with WebAssembly (Wasm)
# Building

The `dist/` folder will contain the required files, tests, and examples after building.

### Download Maximilian library:
```
$ git submodule update --init
```

### Build

```
$ make
```