Skip to content

HoloLabInc/IwasmUnity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.