surrealdb / surrealdb.wasm

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

Feature: relesse .wasm #37

Closed gedw99 closed 8 months ago

gedw99 commented 1 year ago

Is your feature request related to a problem?

make it easy for non rust users to try this out.

Describe the solution

Can we have a .wasm release out of GitHub workflow

https://github.com/surrealdb/surrealdb.wasm/releases

then we can build up usage examples for JS or typescript devs using it.

Alternative methods

not applicable....

SurrealDB version

all

Contact Details

gedw99@gmail.com

Is there an existing issue for this?

Code of Conduct

SuperPauly commented 1 year ago

Agreed, or/and it would be nice to have the Rust build instructions for non Rust users.

gedw99 commented 1 year ago

I can compile rust, but I wanted to use it from golang or js.