jensneuse / wasm-quickjs-datasource

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

QuickJS WASM DataSource

This repo is an example of how to implement a wasm DataSource for graphql-go-tools.

prerequisites

brew install rustup
rustup-init
rustup update
rustup toolchain install nightly
rustup target add wasm32-unknown-unknown --toolchain nightly

Check your rust installation.

rustc --version

building

cargo +nightly build --target wasm32-unknown-unknown --release

About


Languages

Language:Rust 100.0%