Skip to content

RubenBimmel/wasm-synth

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AssemblyScript project

To get this working:

Significant files:

  • src/wasm/assembly/index.ts: the actual AssemblyScript file
  • src/wasm/build/optimized.wasm / src/wasm/build/untouched.wasm: the binary files (optimized and non-optimized) built from the AssemblyScript that need to be initialised somewhere in your code.
  • src/wasm/exports.d.ts: file where you can put TypeScript definitions of the exports from your WASM module, so that there is good intellisense
  • src/index-browser.ts: the script that is run from the browser

Wasm template:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 59.7%
  • TypeScript 36.2%
  • HTML 4.1%