Code Monkey home page Code Monkey logo

sample_webassembly's Introduction

webAssembly実装サンプル

概要

最近流行りの(大分昔・・・)WebAssemblyをRustで実装してみた 参考は下記URLです。 https://developer.mozilla.org/ja/docs/WebAssembly/Rust_to_wasm

実際の流れ

npmユーザ登録

$ npm adduser
Username: <NPM_USER_NAME>
Password:
Email: (this IS public) <NPM_USER_MAIL>

リポジトリをクローン


$ git clone https://github.com/doberan/sample_webassembly.git

ワーキングディレクトリ移動

$ cd ./sample_webassembly

webAssemblyビルド用のcargoツールインストール

$ cargo install wasm-pack

ビルド

$ wasm-pack build --scope <NPM_USER_NAME>

アウトプットされたディレクトリに移動

$ cd pkg

npmに公開

$ npm publish --access=public

Webフロント実装

※下記リポジトリ内package.json, index.jsの@<NPM_USER_NAME>は書き換える必要がある

$ cd ../../
$ git clone https://github.com/doberan/sample_webassembly_alert.git
$ cd ./sample_webassembly_alert
$ npm install
$ npm run serve

sample_webassembly's People

Contributors

doberan avatar

Watchers

James Cloos 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.