Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/frantic0/maximilian-wasm
https://github.com/frantic0/maximilian-wasm
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/frantic0/maximilian-wasm
- Owner: frantic0
- License: mit
- Created: 2021-01-09T10:26:10.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-01-10T17:10:31.000Z (almost 4 years ago)
- Last Synced: 2024-08-09T01:41:30.217Z (3 months ago)
- Language: Makefile
- Size: 5.86 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)
# BuildingThe `dist/` folder will contain the required files, tests, and examples after building.
### Download Maximilian library:
```
$ git submodule update --init
```### Build
```
$ make
```