Skip to content

C# experimental WebAssembly/WASI VM to be used for adding modding support to games

License

Notifications You must be signed in to change notification settings

rockyjvec/GameWasm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GameWasm

A WebAssembly/WASI interpreter to be used for adding modding support in games.

This implementation differs from others by allowing execution of wasm to be throttled, paused etc. CPU resources can be "sandboxed" in addition to the other sandbox features of WebAssembly/WASI (filesystem access etc.).

I'm planning to use this in Space Engineers, initially, to add better, sandboxed, in game scripting support.

Progress

[x] WebAssembly - passes the spec tests

[x] Throttling

[X] Runs DOOM at full speed. That special version of doom has been modified to write the screen output to a file that can be viewed externally.

[-] WASI - Partial support.

About

C# experimental WebAssembly/WASI VM to be used for adding modding support to games

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages