wasm-learning
wasm-learning copied to clipboard
Building Rust functions for Node.js to take advantage of Rust's performance, WebAssembly's security and portability, and JavaScript's ease-of-use. Demo code and recipes.
concerning `/reactr/hello` ``` go run -tags wasmedge main.go # github.com/suborbital/reactr/rwasm/runtime/wasmedge /home/korny/go/pkg/mod/github.com/suborbital/[email protected]/rwasm/runtime/wasmedge/builder.go:43:17: undefined: wasmedge.NewWasiImportObject /home/korny/go/pkg/mod/github.com/suborbital/[email protected]/rwasm/runtime/wasmedge/builder.go:50:20: store.FindFunction undefined (type *wasmedge.Store has no field or method FindFunction) /home/korny/go/pkg/mod/github.com/suborbital/[email protected]/rwasm/runtime/wasmedge/builder.go:52:39: cannot use "_start" (type string)...
https://github.com/second-state/wasm-learning/blob/48f054591e8267e994247fa90b9a521c849eead7/faas/yolov4-tflite/src/lib.rs#L43 Here, the commented code is for tflite-ssd. So, do we have yolov4-tflite result parse code?
Tried running the live demo referenced in [this](https://www.secondstate.io/articles/getting-started-with-function-as-a-service-in-rust/) article. The demo is here: https://second-state.github.io/wasm-learning/faas/regex/html/index.html Received: `{"return_value":"Error executing this function, please check function name, input parameters, return parameter for correctness"}` Same...
Hello, I‘d like to ask if I can use the official c-api to run the wasm module compiled in this project(e.g. k-means), or maybe I need some other things?
We should use `wasmedge_tensorflow_interface` to replace the old `ssvm_tensorflow_interface` for TensorFlow functions.
Problem: Interpretation of the code: "let mut host_temp_input_filename = String::from("/tmp/");"?
Hi :) I've been following the examples from the free Raspberry Pi page, and got to the quadratic equations example. Everything seems to install and update correctly, and running the...
Hello world, I am trying to run [The k-means clustering example for machine learning ](https://github.com/second-state/wasm-learning/tree/master/nodejs/kmeans) example, but while building the wasm bytecode, I am getting following error  Any idea...
I am using docker to build the quadratic project and getting this error. Need help to resolve this error. **use of undeclared type or module `serde_json`** 