Skip to content

Latest commit

 

History

History

wasm-ios-calculator

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

WASM iOS Calculator

This rust workspace comprises of 2 crates:

Build

WASM iOS calculator can be built using wasm-pack by executing the following in the current directory:

wasm-pack build ./wasm_ios_calculator --out-dir ../pkg

This will create a /pkg directory that contains the .wasm output along with Typescript bindings.

The /pkg directory can then be added as a local dependency for a npm project.