Skip to content

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository shows how to link Rust and TypeScript through WASM.

It is necessary to make WASMs of rust-wasm beforehand.

cd rust_wasm
wasm-pack build --target nodejs --output-dir pkg-node
wasm-pack build --target deno --output-dir pkg-deno
wasm-pack build --target web --output-dir pkg-web
wasm-pack build --target bundler --output-dir pkg-bundler

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages