Skip to content

ivanrodriguezfernandez/first-wasm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

hello-wasm directory:

Install wasm-pack in case don't have it

$ cargo install wasm-pack

Install node in case don't have it.

Building the package

$ wasm-pack build

Making our package available to npm:

$ cd pkg
$ npm link

Using the package on the web:

$ cd ../..
$ cd site
$ npm link hello-wasm

Update packages and run server:

$ npm install
$ npm run serve

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors