Coder Social home page Coder Social logo

rust-wasm-with-graphviz's Introduction

What's this?

This is an example to try to build rust code which depends on Graphviz written in C/C++ and CMake.

I believe that CMake crate should help linking Rust code and C code.

How to build

It should be built by only executing cargo build command, but I'm not sure about Cargo building features. So for now, there are sevral steps that are not good enough.

It should be organized in the near future.

1. init submodules.

The clib-grapviz is a sub project to build Graphviz with CMake crate. It has two submodules, so they have to be initialized with git submodule init && git submodule update.

  • emsdk
  • src-graphviz

2. Setup emsdk

$ cd emsdk
$ ./emsdk install latest
$ ./emsdk activate latest

Note: For now, latest means 3.1.13.

3. Install packages.

These steps should be dockalized.

$ sudo apt update
$ sudo apt install -y cmake bison flex

4. Build Graphviz

# Expect to generate some *.h and more.
# To re-try, remove `src-graphviz/build` dir once.
$ ./cpp-install-graphviz.sh
# Expect to build source codes to wasm with emscripten
$ ./cpp-build.sh

rust-wasm-with-graphviz's People

Contributors

newgyu avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.