surrealdb / surrealdb.wasm

A WebAssembly engine for the SurrealDB JavaScript SDK
https://surrealdb.com
Apache License 2.0
112 stars 17 forks source link

Documentation: How to build surrealdb.wasm #82

Open nickchomey opened 3 months ago

nickchomey commented 3 months ago

Description

There aren't any instructions in the Readme on how to build surrealdb.wasm.

I found this comment in the discord

Heya! We really need to include this stuff in the README, sorry about that! Should be as simple as: Having installed PNPM and Wasm-Pack pnpm i make build

I haven't tried it, but assume it'll work. This should be added to the readme.

Install docs for pnpm and wasm-pack

Is there an existing issue for this?

Code of Conduct

nickchomey commented 3 months ago

I also had to install rust

And install clang (on ubuntu apt install clang)