Skip to content

programmeruser2/Wasm2Uint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Wasm2Uint

Convert WebAssembly files to a Uint8Array
Upload files or load from a URL
https://icositetrachoron-programmer.github.io/Wasm2Uint

Using the Uint8Array

var wasmCode = new Uint8Array([/* Your array */]);
var module = new WebAssembly.Module(wasmCode);
var instance = new WebAssembly.Instance(module);
instance.exports.main() //or whatever exported function you need

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published