Skip to content

ARCS (A Rust CAD System) Wasm Experiment

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE_APACHE
MIT
LICENSE_MIT
Notifications You must be signed in to change notification settings

samsamai/arcs-wasm-experiment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ARCS (A Rust CAD System) Wasm Experiment

About

This repo contains an experiment to create a basic example app using the ARCS crate running on the web.

To begin with, wasm-pack-template was used to make a starter rust-webassembly app and then ARCS was added in.

Setup

There are 2 requirements: wasm-pack and npm. Make sure you have them installed.

wasm-pack

Get wasm-pack here!

npm

Follow these instructions to install npm.

Usage

Build the wasm from the main dir:

wasm-pack build

Install npm modules from the www dir:

cd www
npm install

Run the server from the www dir:

npm run start

View the result in the browser using the address shown when the server is started:

.
.
ℹ 「wds」: Project is running at http://localhost:8080/
ℹ 「wds」: webpack output is served from /
.
.

About

ARCS (A Rust CAD System) Wasm Experiment

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE_APACHE
MIT
LICENSE_MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published