Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 482 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 482 Bytes

IwasmUnity

Unity C# wrapper of iwasm, that is a Web Assembly runtime.

Import from UPM

Add a following line in your manifest.json.

{
    "dependencies": {
+       "jp.co.hololab.iwasmunity": "https://github.com/HoloLabInc/IwasmUnity.git?path=Assets/IwasmUnity#v0.3.0",
        ...
    }
}

Samples

Samples are available from Package Manager window in Unity Editor.

License

See the LICENSE file.