wasm_plugin icon indicating copy to clipboard operation
wasm_plugin copied to clipboard

A low-ish level tool for easily writing and hosting WASM based plugins.

Results 5 wasm_plugin issues
Sort by recently updated
recently updated
newest added

Hello, I came across this project, and I was interested in using it for prototyping my own, however I was planning on using wasmtime as my engine and see that...

The feature based serializer selection is awkward to use and impossible for users to extend. It should be possible to do it via a type parameter on WasmPlugin and I...

When I initially did technology review on Wasmer I saw that they had a javascript package for working with wasm in browser. I made the, as it turns out, very...

I was lazy about tests initially but this has reached a level of complexity where they are really necessary.

I updated this to wasmer 3.x while I was trying to debug a panic I was getting. The only differences in the public API are: - `call_function` and `call_function_with_argument` now...